aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-betoh64.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-betoh64.c')
-rw-r--r--test-betoh64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-betoh64.c b/test-betoh64.c
index d33f4017..90dc84fe 100644
--- a/test-betoh64.c
+++ b/test-betoh64.c
@@ -1,6 +1,6 @@
#include <sys/types.h>
-#if defined(__linux__)
+#if defined(__linux__) || defined(__CYGWIN__)
# include <endian.h>
#elif defined(__APPLE__)
# include <libkern/OSByteOrder.h>