Skip to content

Commit

Permalink
account for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Oct 30, 2023
1 parent b5f0f50 commit 38a7c8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/optionals/net.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#ifdef _WIN32
#include "windowsapi.h"
//#include <Ws2tcpip.h>
#include <Ws2tcpip.h>
#else
#include <arpa/inet.h>
#endif

#include <arpa/inet.h>
#include <string.h>

#include "net.h"
Expand Down

0 comments on commit 38a7c8f

Please sign in to comment.