* 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:
parent
063715bf63
commit
0d4d54840d
3 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue