From 0bf2ba41ef3123cd52ec37634031ac8d935d0070 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 23 Dec 1998 23:06:11 +0000 Subject: * Makefile.in (READLINE_CFLAGS): Search $(READLINE_SRC)/.. rather than $(READLINE_SRC) so #include will work. * top.c: #include instead of "history.h". * tracepoint.c: Likewise. * mac-xdep.c: Likewise. --- gdb/tracepoint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/tracepoint.c') diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 610ee40..9f03617 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -33,8 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "ax-gdb.h" /* readline include files */ -#include "readline/readline.h" -#include "history.h" +#include +#include /* readline defines this. */ #undef savestring -- cgit v1.1