diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index f1a5ecf..19ae294 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -45,7 +45,7 @@ #include "completer.h" #include "bcache.h" #include "hashtab.h" -#include <readline/readline.h> +#include "readline/readline.h" #include "gdb_assert.h" #include "block.h" |