[ox] MSVC fixes
This commit is contained in:
9
deps/ox/src/ox/logconn/logconn.cpp
vendored
9
deps/ox/src/ox/logconn/logconn.cpp
vendored
@@ -7,12 +7,15 @@
|
||||
*/
|
||||
|
||||
#ifdef OX_USE_STDLIB
|
||||
#include <sys/socket.h>
|
||||
#include <cstdio>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <cstdio>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <ox/std/bit.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user