test-server-v2.0: add string.h include
authorAndy Green <andy@warmcat.com>
Tue, 21 Mar 2017 21:29:22 +0000 (05:29 +0800)
committerAndy Green <andy@warmcat.com>
Tue, 21 Mar 2017 21:29:22 +0000 (05:29 +0800)
via Joel Winarske on ml

test-server/test-server-v2.0.c

index 61149f8..e3174dd 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <libwebsockets.h>
+#include <string.h>
 #include <getopt.h>
 #ifndef WIN32
 #include <syslog.h>