]> granicus.if.org Git - handbrake/commitdiff
cli: include strings.h on Solaris where necessary
authorSean McGovern <gseanmcg@gmail.com>
Tue, 31 Dec 2013 18:45:08 +0000 (13:45 -0500)
committerSean McGovern <gseanmcg@gmail.com>
Fri, 1 Jul 2016 18:40:39 +0000 (14:40 -0400)
test/test.c

index d8f5284332c91ff55c0ed98fb9b779fa171b40bf..ca4669532b44e4f2e8bd8019a30748394fed765b 100644 (file)
 #include <unistd.h>
 #include <inttypes.h>
 
+#ifdef SYS_SunOS
+#include <strings.h>
+#endif
+
 #if defined( __MINGW32__ )
 #include <windows.h>
 #include <conio.h>