summaryrefslogtreecommitdiff
path: root/gdb/corelow.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-28 18:04:37 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-28 18:04:37 +0000
commit26fb7d03dbf04e704acfc65909163bcf6caf0aa5 (patch)
tree536bfbafe84f72247ccc5c9f179cdeb101c85477 /gdb/corelow.c
parentff9f9721f5723fe6e8e19ed708aff1eccf4a0c27 (diff)
downloadgdb-26fb7d03dbf04e704acfc65909163bcf6caf0aa5.tar.gz
2004-02-28 Andrew Cagney <cagney@redhat.com>
* utils.c: Use "", instead of <>, to include readline. tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto. * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto. * source.c, solib.c, exec.c, event-top.c: Ditto. * corelow.c, completer.c, cli/cli-setshow.c: Ditto. * cli/cli-dump.c, cli/cli-cmds.c: Ditto. * Makefile.in: Update all dependencies. (readline_tilde_h, readline_history_h): Define. (readline_headers): Delete.
Diffstat (limited to 'gdb/corelow.c')
-rw-r--r--gdb/corelow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/corelow.c b/gdb/corelow.c
index 5f6e26db3b5..403cfa31338 100644
--- a/gdb/corelow.c
+++ b/gdb/corelow.c
@@ -42,7 +42,7 @@
#include "regset.h"
#include "symfile.h"
#include "exec.h"
-#include <readline/readline.h>
+#include "readline/readline.h"
#include "gdb_assert.h"