* aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.

* Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
This commit is contained in:
Joel Brobecker 2004-05-13 22:26:39 +00:00
parent 063715bf63
commit 0d4d54840d
3 changed files with 7 additions and 1 deletions

View file

@ -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>