]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
Generalize the inclusion of strings.h
[thirdparty/git.git] / git-compat-util.h
index ace154901fa397885e2eae24d7b5b9da3663eca2..d7359ef87f14214f7bd0fd0f24078dc4abf6735a 100644 (file)
@@ -99,7 +99,7 @@
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>
-#ifdef __TANDEM /* or HAVE_STRINGS_H or !NO_STRINGS_H? */
+#ifdef HAVE_STRINGS_H
 #include <strings.h> /* for strcasecmp() */
 #endif
 #include <errno.h>