invert-sense-of-strings-string-header-inclusion-20010806
[openafs.git] / src / des / cksum.c
index 65734f5..8d42fb3 100644 (file)
@@ -24,11 +24,12 @@ RCSID("$Header$");
 
 #include <mit-cpyright.h>
 #include <stdio.h>
-#if defined(HAVE_STRINGS_H)
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
 #include <strings.h>
 #endif
-#if defined(HAVE_STRING_H)
-#include <string.h>
 #endif
 
 #include <des.h>