Skip to content

Commit

Permalink
Merge pull request #112 from nono303/main
Browse files Browse the repository at this point in the history
use winsock2.h for MSVC build
  • Loading branch information
oschwald authored Nov 8, 2023
2 parents a6b44b0 + 844f560 commit fbc86e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mod_maxminddb.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
#if APR_HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#if APR_HAVE_WINSOCK2_H
#include <winsock2.h>
#endif
#include <sys/types.h>

#ifdef APLOG_USE_MODULE
Expand Down

0 comments on commit fbc86e3

Please sign in to comment.