Skip to content

Commit c1bac95

Browse files
Update udp_server.cpp
1 parent 3797769 commit c1bac95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/network/udp_server.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#ifndef _WIN32
66
#include <fcntl.h>
7+
#else
8+
#include <processthreadsapi.h>
79
#endif
810

911
UDPServer::UDPServer(int port) : port_(port), sock_(-1), running_(false) {

0 commit comments

Comments
 (0)