summaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-05-13 22:26:39 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-05-13 22:26:39 +0000
commitd7b41a37a038b035898070f2dd2493988e325148 (patch)
tree777bcfa1c6e315e2de236208428ce55248c544db /gdb/aix-thread.c
parentee29794c763b3bbc4e3cc86a7d4e1de12a81c801 (diff)
downloadgdb-d7b41a37a038b035898070f2dd2493988e325148.tar.gz
* aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
* Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r--gdb/aix-thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c
index d95f7e39b12..5e8fadffe30 100644
--- a/gdb/aix-thread.c
+++ b/gdb/aix-thread.c
@@ -50,6 +50,7 @@
#include "gdbcmd.h"
#include "language.h" /* for local_hex_string() */
#include "ppc-tdep.h"
+#include "gdb_string.h"
#include <procinfo.h>
#include <sys/types.h>