test-server-v2.0: add string.h include

via Joel Winarske on ml
This commit is contained in:
Andy Green 2017-03-22 05:29:22 +08:00
parent c35661c45c
commit f84338ac1c

View file

@ -19,6 +19,7 @@
*/
#include <libwebsockets.h>
#include <string.h>
#include <getopt.h>
#ifndef WIN32
#include <syslog.h>