* 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

@ -1,3 +1,8 @@
2004-05-13 J. Brobecker <brobecker@gnat.com>
* aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
* Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
2004-05-13 Andrew Cagney <cagney@redhat.com>
* infrun.c (handle_inferior_event): Check for

View File

@ -1505,7 +1505,7 @@ ada-valprint.o: ada-valprint.c $(defs_h) $(symtab_h) $(gdbtypes_h) \
$(annotate_h) $(ada_lang_h) $(c_lang_h) $(infcall_h)
aix-thread.o: aix-thread.c $(defs_h) $(gdb_assert_h) $(gdbthread_h) \
$(target_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) $(language_h) \
$(ppc_tdep_h)
$(ppc_tdep_h) $(gdb_string_h)
alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
$(alpha_tdep_h) $(alphabsd_tdep_h) $(gregset_h)
alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(alpha_tdep_h) \

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>