[package] firewall: run ifdown hotplug events synchronized, fixes a racecondition...
[openwrt.git] / tools / include / endian.h
index 25d100d..0f17b41 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __endian_compat_h
 #define __endian_compat_h
 
-#if defined(__linux__)
+#if defined(__linux__) || defined(__CYGWIN__)
 #include <byteswap.h>
 #include_next <endian.h>
 #elif defined(__APPLE__)
This page took 0.021963 seconds and 4 git commands to generate.