pull-prototypes-to-head-20020821
[openafs.git] / src / vol / vnode.c
index bad05c4..3d1da2c 100644 (file)
@@ -20,6 +20,13 @@ RCSID("$Header$");
 
 #include <errno.h>
 #include <stdio.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 #ifdef AFS_PTHREAD_ENV
 #include <assert.h>
 #else /* AFS_PTHREAD_ENV */