Fix v_sock_size definition

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
This commit is contained in:
Ferry Huberts 2023-09-06 09:11:00 +02:00
parent defda0ff16
commit 11852eb3b5

View File

@ -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 {