rxkad-warning-cleanup-20011005
[openafs.git] / src / rxkad / ticket.c
index 32576c1..15c63cb 100644 (file)
@@ -33,6 +33,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/xdr.h>
 #include <rx/rx.h>
 #include <des.h>