invert-sense-of-strings-string-header-inclusion-20010806
[openafs.git] / src / rxgen / rpc_parse.c
index 20f2fd4..c086323 100644 (file)
@@ -40,11 +40,11 @@ RCSID("$Header$");
 #include <stdlib.h>
 #include <stdio.h>
 #include <ctype.h>
-#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
 #include "rpc_util.h"