From 309367d4ccee9534101c1064f5751104225a880e Mon Sep 17 00:00:00 2001
From: Tom Tromey <tromey@redhat.com>
Date: Tue, 27 Aug 2002 22:37:14 +0000
Subject: 	* Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o,
 lin-lwp.o, 	ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o): 
 Update dependencies. 	* i387-tdep.c: Include gdb_string.h. 	* osabi.c:
 Likewise. 	* i386-linux-nat.c: Likewise. 	* lin-lwp.c: Likewise. 	*
 ax-gdb.c: Likewise. 	* signals/signals.c: Likewise. 	* jv-valprint.c:
 Likewise. 	* p-lang.c: Likewise. 	* c-valprint.c: Likewise. 	*
 cp-abi.c: Likewise.

---
 gdb/ax-gdb.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gdb/ax-gdb.c')

diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c
index 368b9df12a1..8f23905a90d 100644
--- a/gdb/ax-gdb.c
+++ b/gdb/ax-gdb.c
@@ -30,6 +30,7 @@
 #include "target.h"
 #include "ax.h"
 #include "ax-gdb.h"
+#include "gdb_string.h"
 
 /* To make sense of this file, you should read doc/agentexpr.texi.
    Then look at the types and enums in ax-gdb.h.  For the code itself,
-- 
cgit v1.2.1