diff options
Diffstat (limited to 'tools/include/byteswap.h')
-rw-r--r-- | tools/include/byteswap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/byteswap.h b/tools/include/byteswap.h index 61047167c3..fe279ceb2c 100644 --- a/tools/include/byteswap.h +++ b/tools/include/byteswap.h @@ -1,3 +1,3 @@ -#ifdef __linux__ +#if defined(__linux__) || defined(__CYGWIN__) #include_next <byteswap.h> #endif |