pull-prototypes-to-head-20020821
[openafs.git] / src / budb / database.c
index b98c150..ebc38be 100644 (file)
@@ -27,6 +27,13 @@ RCSID("$Header$");
 #include "error_macros.h"
 #include "afs/audit.h"
 
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 
 
 int    pollCount;