This commit is contained in:
eyedeekay
2024-02-13 10:47:43 -05:00
parent 3166418a2d
commit a71a49800f

View File

@ -68,7 +68,7 @@
#define SOCK_CLOEXEC 0
#endif
#ifndef SOCK_NONBLOCK
#include <fnctl.h>
#include <fcntl.h>
#define SOCK_NONBLOCK O_NONBLOCK
#endif
uint32_t TickCount() {