summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/io/udpListener.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/io/udpListener.h')
-rw-r--r--hicn-light/src/io/udpListener.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hicn-light/src/io/udpListener.h b/hicn-light/src/io/udpListener.h
index 1cf3bd887..14c03fd52 100644
--- a/hicn-light/src/io/udpListener.h
+++ b/hicn-light/src/io/udpListener.h
@@ -16,7 +16,10 @@
#ifndef udpListener_h
#define udpListener_h
+#ifndef _WIN32
#include <netinet/in.h>
+#endif
+
#include <src/core/forwarder.h>
#include <src/io/listener.h>
#include <stdlib.h>