pull-prototypes-to-head-20020821
[openafs.git] / src / volser / dumpstuff.c
index 1d97559..c95c4fe 100644 (file)
@@ -25,6 +25,13 @@ RCSID("$Header$");
 #include <netinet/in.h>
 #include <unistd.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 #include <sys/stat.h>
 #include <afs/assert.h>
 #include <rx/xdr.h>