[__GNU_LIBRARY__]: Use <string.h>.
This commit is contained in:
parent
a1cfbf35a9
commit
6ce375fa38
3 changed files with 12 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef __GNU_LIBRARY__
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
||||
extern char *malloc ();
|
||||
char *xmalloc ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue