rxkad-warning-cleanup-20011005
[openafs.git] / src / rxkad / rxkad_server.c
index 84b949b..c027f03 100644 (file)
@@ -24,6 +24,13 @@ RCSID("$Header$");
 #else
 #include <netinet/in.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 #include <rx/rx.h>
 #include <rx/xdr.h>
 #include <des.h>