summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
Diffstat (limited to 'libdha')
-rw-r--r--libdha/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/pci.c b/libdha/pci.c
index 74efb96611..e026ac5b87 100644
--- a/libdha/pci.c
+++ b/libdha/pci.c
@@ -87,7 +87,7 @@
#include "sysdep/pci_isc.c"
#elif defined (__EMX__)
#include "sysdep/pci_os2.c"
-#elif defined (_WIN32)
+#elif defined (_WIN32) || defined(__CYGWIN__)
#include "sysdep/pci_win32.c"
#endif