From a6e38696e866f017f293899d2622a63147909df3 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 14 Apr 2009 14:54:34 +0000 Subject: [tools] more cygwin related build fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15227 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/include/endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/include/endian.h') diff --git a/tools/include/endian.h b/tools/include/endian.h index 25d100de3..0f17b41da 100644 --- a/tools/include/endian.h +++ b/tools/include/endian.h @@ -1,7 +1,7 @@ #ifndef __endian_compat_h #define __endian_compat_h -#if defined(__linux__) +#if defined(__linux__) || defined(__CYGWIN__) #include #include_next #elif defined(__APPLE__) -- cgit v1.2.3