mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
Fix v_sock_size definition
Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
This commit is contained in:
parent
defda0ff16
commit
11852eb3b5
@ -28,7 +28,9 @@
|
||||
#include "oatpp/core/async/Error.hpp"
|
||||
#include "oatpp/core/Types.hpp"
|
||||
|
||||
#include <unistd.h>
|
||||
#if !defined(WIN32) && !defined(_WIN32)
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
namespace oatpp {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user