Force string.h to be present

CVS patchset: 1902
CVS date: 1997/11/18 03:07:10
This commit is contained in:
ewt 1997-11-18 03:07:10 +00:00
parent 4533301c38
commit d134038e40
1 changed files with 0 additions and 4 deletions

View File

@ -18,11 +18,7 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h> #include <string.h>
#else
#include <strings.h>
#endif
#ifdef _POSIX_VERSION #ifdef _POSIX_VERSION
#include <limits.h> /* for PATH_MAX */ #include <limits.h> /* for PATH_MAX */
#else #else