summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tester/covoar/DesiredSymbols.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tester/covoar/DesiredSymbols.cc b/tester/covoar/DesiredSymbols.cc
index fbb6ff2..00d1984 100644
--- a/tester/covoar/DesiredSymbols.cc
+++ b/tester/covoar/DesiredSymbols.cc
@@ -5,6 +5,10 @@
* which provide the functionality of the DesiredSymbols.
*/
+#ifdef __CYGWIN__
+#undef __STRICT_ANSI__
+#endif
+
#include <libgen.h>
#include <limits.h>
#include <stdio.h>