ptserver-warning-cleanup-20011005
[openafs.git] / src / ptserver / utils.c
index 50464d8..048ff54 100644 (file)
@@ -22,6 +22,13 @@ RCSID("$Header$");
 #include <netinet/in.h>
 #include <netdb.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 #include "ptserver.h"
 #include "pterror.h"