summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Germishuys <jacquesg@striata.com>2014-04-27 19:44:20 +0200
committerJacques Germishuys <jacquesg@striata.com>2014-04-30 17:05:13 +0200
commit6b05240ceaf4df7bbb4806f6827f0314db6a5a91 (patch)
tree08108d04862536c48dc17a4bbcfba0c0b5d0493a
parent98b8fcff4f76e9707342a3b7d132955ba18b09c4 (diff)
downloadlibgit2-6b05240ceaf4df7bbb4806f6827f0314db6a5a91.tar.gz
strcasecmp is in <strings.h>
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 9c8bdc18a..dd97a3099 100644
--- a/src/common.h
+++ b/src/common.h
@@ -44,6 +44,7 @@
#else
# include <unistd.h>
+# include <strings.h>
# ifdef GIT_THREADS
# include <pthread.h>
# include <sched.h>