added string.h/strings.h inclusion

This commit is contained in:
Todd C. Miller
1994-09-20 23:21:26 +00:00
parent de7ed682dd
commit 1c91f8bb7c

View File

@@ -33,6 +33,12 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#ifdef HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif /* HAVE_STRINGS_H */
#include <sys/types.h>
#ifdef _AIX
#include <sys/select.h>