Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Generalize the inclusion of strings.h
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index ace154901fa397885e2eae24d7b5b9da3663eca2..d7359ef87f14214f7bd0fd0f24078dc4abf6735a 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-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>