From 418e7bc417886f25b3faec0086e8057cd6b1dc8a Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 6 Sep 2014 02:11:34 +0200 Subject: [PATCH] Add #include for strings.h (strcasecmp) refs #7115 --- lib/base/unix.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/base/unix.hpp b/lib/base/unix.hpp index d4dcabcac..5d8133afd 100644 --- a/lib/base/unix.hpp +++ b/lib/base/unix.hpp @@ -41,6 +41,7 @@ #include #include #include +#include typedef int SOCKET; #define INVALID_SOCKET (-1) -- 2.40.0