invert-sense-of-strings-string-header-inclusion-20010806
[openafs.git] / src / util / volparse.c
index 17e92f6..09edb2a 100644 (file)
 
 RCSID("$Header$");
 
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#else
 #ifdef HAVE_STRING_H
 #include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
 #endif
 #endif
 #ifdef HAVE_STDLIB_H