Skip to content

Commit

Permalink
MSVC: fix compile error in Socket.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 27, 2025
1 parent 62c606d commit 868e7a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/network/Socket.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@
#define errorNumber errno
#define closesocket close
#include <sys/socket.h>
#endif

#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
#include <errno.h>
#endif

#include <core/Exception.h>
#include <core/LogWriter.h>
Expand Down

0 comments on commit 868e7a1

Please sign in to comment.