added string.h/strings.h inclusion
This commit is contained in:
@@ -33,6 +33,12 @@
|
|||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif /* HAVE_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>
|
#include <sys/types.h>
|
||||||
#ifdef _AIX
|
#ifdef _AIX
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
|
Reference in New Issue
Block a user