X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos.h;h=95f0ff29e02fad0b8f7ed07b1f1e451c8bbeb1ae;hp=c8f517b6edc8c8199f1451afbdaf524bc1d926c2;hb=03e20d687566753b90383571e5e152c5142bdffd;hpb=2d7760d1dbbc742a0699b959ffcd8742b9db9e2c diff --git a/os/os.h b/os/os.h index c8f517b6..95f0ff29 100644 --- a/os/os.h +++ b/os/os.h @@ -2,6 +2,7 @@ #define FIO_OS_H #include +#include #include #if defined(__linux__) @@ -16,6 +17,8 @@ #include "os-mac.h" #elif defined(_AIX) #include "os-aix.h" +#elif defined(__CYGWIN__) +#include "os-windows.h" #else #error "unsupported os" #endif