tcp_client sample compiling error.

This commit is contained in:
zhengshuxin 2017-08-09 11:51:53 +08:00
parent 368b530f7e
commit e981079948

View File

@ -1,5 +1,9 @@
#include "stdafx.h"
#if defined(_WIN32) || defined(_WIN64)
#include "lib_acl.h"
#else
#include <getopt.h>
#endif
class client_thread : public acl::thread
{