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