invert-sense-of-strings-string-header-inclusion-20010806
[openafs.git] / src / rxgen / rpc_main.c
index 0f2f577..9885061 100644 (file)
@@ -42,11 +42,11 @@ RCSID("$Header$");
 #include <stdio.h>
 #include <stdlib.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
 #ifdef HAVE_SIGNAL_H