pull-prototypes-to-head-20020821
[openafs.git] / src / util / assert.c
index 6e0d5f2..6e6e4ed 100644 (file)
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 
 RCSID("$Header$");