mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
tcp_client sample compiling error.
This commit is contained in:
parent
368b530f7e
commit
e981079948
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user