diff options
Diffstat (limited to 'gdb/source.h')
-rw-r--r-- | gdb/source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/source.h b/gdb/source.h index 1c45405..54d899a 100644 --- a/gdb/source.h +++ b/gdb/source.h @@ -19,7 +19,7 @@ #ifndef SOURCE_H #define SOURCE_H -#include "common/scoped_fd.h" +#include "gdbsupport/scoped_fd.h" struct symtab; |