include <string.h> if available

This commit is contained in:
ross 2006-07-10 22:34:32 +00:00
parent c2a38ad59c
commit a19b59e14b

View File

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