add string.h

SVN revision: 34131
This commit is contained in:
Carsten Haitzler 2008-03-28 17:29:22 +00:00
parent 59a88b9bc8
commit 4efdc2e78d
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ void *alloca (size_t);
#endif
#include <stdio.h>
#include <string.h>
#include <zlib.h>
#include <jpeglib.h>
#include <setjmp.h>

View File

@ -29,6 +29,7 @@ void *alloca (size_t);
#include <sys/stat.h>
#include <sys/mman.h>
#include <time.h>
#include <string.h>
#include <fnmatch.h>
#include <fcntl.h>
#include <zlib.h>