From 6b05240ceaf4df7bbb4806f6827f0314db6a5a91 Mon Sep 17 00:00:00 2001 From: Jacques Germishuys Date: Sun, 27 Apr 2014 19:44:20 +0200 Subject: [PATCH] strcasecmp is in --- src/common.h | 1 + 1 file changed, 1 insertion(+) 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 +# include # ifdef GIT_THREADS # include # include