pull-prototypes-to-head-20020821
[openafs.git] / src / uss / uss_common.c
index f468d9d..e71bc0e 100644 (file)
@@ -24,6 +24,15 @@ RCSID("$Header$");
 #include <afs/kautils.h>       /*MAXKTCREALMLEN & MAXKTCNAMELEN*/
 
 
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
+
+
 /*
  * ---------------------- Exported variables ----------------------
  */