added string.h/strings.h inclusion
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user