include <string.h> if available
This commit is contained in:
parent
c2a38ad59c
commit
a19b59e14b
4
gnu/dist/gdb6/sim/ppc/debug.c
vendored
4
gnu/dist/gdb6/sim/ppc/debug.c
vendored
@ -29,6 +29,10 @@
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
int ppc_trace[nr_trace_options];
|
||||
|
||||
typedef struct _trace_option_descriptor {
|
||||
|
Loading…
Reference in New Issue
Block a user