summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/config/commandOps.c
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/config/commandOps.c')
-rw-r--r--hicn-light/src/config/commandOps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hicn-light/src/config/commandOps.c b/hicn-light/src/config/commandOps.c
index 2f7ebe49d..28d3369e1 100644
--- a/hicn-light/src/config/commandOps.c
+++ b/hicn-light/src/config/commandOps.c
@@ -24,9 +24,11 @@
#ifdef HAVE_ERRNO_H
#include <errno.h>
#else
+#ifndef _WIN32
extern int errno;
#endif
#endif
+#endif
#include <parc/algol/parc_Memory.h>
#include <parc/assert/parc_Assert.h>