summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/config.h.in')
-rw-r--r--hicn-light/src/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/hicn-light/src/config.h.in b/hicn-light/src/config.h.in
index 16ec1ab3a..8b763df40 100644
--- a/hicn-light/src/config.h.in
+++ b/hicn-light/src/config.h.in
@@ -1,5 +1,9 @@
/* CPU Cache line size */
#define LEVEL1_DCACHE_LINESIZE @LEVEL1_DCACHE_LINESIZE@
+#ifndef _WIN32
#define _GNU_SOURCE
+#else
+#include <src/platforms/windows/win_portability.h>
+#endif