Skip to content

Commit

Permalink
Fix very odd windows include order compile issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayJay3 committed Jan 1, 2025
1 parent 5d17cd5 commit 8478c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RoveComm/RoveCommPacket.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ typedef int ssize_t;
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0600
#endif
#include <windows.h>
#include <winsock2.h>
#include <windows.h>
#include <ws2tcpip.h>
#else
#include <arpa/inet.h>
Expand Down

0 comments on commit 8478c31

Please sign in to comment.