aboutsummaryrefslogtreecommitdiff
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
commit0d4d54840d9135777fbacab4eda666c8fd09eb36 (patch)
treebfd694b9e45f8cbfab4ed043ee8b9c306183af57 /gdb/aix-thread.c
parent063715bf637d9552de6b4d991823cc9854a76d0e (diff)
downloadgdb-0d4d54840d9135777fbacab4eda666c8fd09eb36.zip
gdb-0d4d54840d9135777fbacab4eda666c8fd09eb36.tar.gz
gdb-0d4d54840d9135777fbacab4eda666c8fd09eb36.tar.bz2
* 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 d95f7e3..5e8fadf 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>