aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/gnunet-helper-nat-client-windows.c1
-rw-r--r--src/nat/gnunet-helper-nat-server-windows.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/nat/gnunet-helper-nat-client-windows.c b/src/nat/gnunet-helper-nat-client-windows.c
index 864c911b0..47fbc0b86 100644
--- a/src/nat/gnunet-helper-nat-client-windows.c
+++ b/src/nat/gnunet-helper-nat-client-windows.c
@@ -43,6 +43,7 @@
43 */ 43 */
44#define _GNU_SOURCE 44#define _GNU_SOURCE
45 45
46#define FD_SETSIZE 1024
46#include <winsock2.h> 47#include <winsock2.h>
47#include <ws2tcpip.h> 48#include <ws2tcpip.h>
48#include <sys/time.h> 49#include <sys/time.h>
diff --git a/src/nat/gnunet-helper-nat-server-windows.c b/src/nat/gnunet-helper-nat-server-windows.c
index 8386a15b1..b15752d8e 100644
--- a/src/nat/gnunet-helper-nat-server-windows.c
+++ b/src/nat/gnunet-helper-nat-server-windows.c
@@ -42,7 +42,7 @@
42 */ 42 */
43#define _GNU_SOURCE 43#define _GNU_SOURCE
44 44
45 45#define FD_SETSIZE 1024
46#include <winsock2.h> 46#include <winsock2.h>
47#include <ws2tcpip.h> 47#include <ws2tcpip.h>
48#include <sys/time.h> 48#include <sys/time.h>