pull-prototypes-to-head-20020821
[openafs.git] / src / kauth / read_passwd.c
index 079d0f1..d51f4d9 100644 (file)
@@ -32,9 +32,16 @@ int      strcmp();
 #include <signal.h>
 #endif
 #if defined(AFS_SGI_ENV)
-#include <strings.h>
 #include <signal.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
+
 
 #if    defined (AFS_AIX_ENV) || defined(AFS_SGI_ENV)
 /* Just temp till we figure out the aix stuff */