diff options
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ #include "gdb_assert.h" /* readline include files */ -#include <readline/readline.h> -#include <readline/history.h> +#include "readline/readline.h" +#include "readline/history.h" /* readline defines this. */ #undef savestring |