From 97a4b1ca41c355084d17cd2ecf661ebf6db5552d Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Tue, 31 Dec 2013 13:45:08 -0500 Subject: [PATCH] cli: include strings.h on Solaris where necessary --- test/test.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test.c b/test/test.c index d8f528433..ca4669532 100644 --- a/test/test.c +++ b/test/test.c @@ -17,6 +17,10 @@ #include #include +#ifdef SYS_SunOS +#include +#endif + #if defined( __MINGW32__ ) #include #include -- 2.40.0