pull-prototypes-to-head-20020821
[openafs.git] / src / budb / db_hash.c
index ad80d91..fa4246c 100644 (file)
@@ -17,6 +17,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 <sys/types.h>
 #include <afs/stds.h>
 #include <ubik.h>