aboutsummaryrefslogtreecommitdiff
path: root/ftmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'ftmacros.h')
-rw-r--r--ftmacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftmacros.h b/ftmacros.h
index cd3daebd..bb08a11a 100644
--- a/ftmacros.h
+++ b/ftmacros.h
@@ -83,7 +83,7 @@
* least with HP's C compiler; hopefully doing so won't make it
* *not* work with *un*-threaded code.
*/
-#elif defined(__linux__) || defined(linux) || defined(__linux)
+#elif defined(__linux__) || defined(linux) || defined(__linux) || defined(__CYGWIN__)
/*
* Turn on _GNU_SOURCE to get everything GNU libc has to offer,
* including asprintf().