pull-prototypes-to-head-20020821
[openafs.git] / src / vol / fssync.c
index 0a2fb38..2c82aab 100644 (file)
@@ -60,6 +60,15 @@ RCSID("$Header$");
 #endif /* AFS_PTHREAD_ENV */
 #include <signal.h>
 
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
+
+
 #include <rx/xdr.h>
 #include <afs/afsint.h>
 #include "nfs.h"