summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/core/connectionTable.c
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/core/connectionTable.c')
-rw-r--r--hicn-light/src/core/connectionTable.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hicn-light/src/core/connectionTable.c b/hicn-light/src/core/connectionTable.c
index ba0942ddb..8634ec825 100644
--- a/hicn-light/src/core/connectionTable.c
+++ b/hicn-light/src/core/connectionTable.c
@@ -20,11 +20,13 @@
*
*/
+#ifndef _WIN32
+#include <unistd.h>
+#endif
#include <src/config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include <parc/assert/parc_Assert.h>