strcasecmp is in <strings.h>

This commit is contained in:
Jacques Germishuys 2014-04-27 19:44:20 +02:00
parent 98b8fcff4f
commit 6b05240cea

View File

@ -44,6 +44,7 @@
#else
# include <unistd.h>
# include <strings.h>
# ifdef GIT_THREADS
# include <pthread.h>
# include <sched.h>