1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[tools] more cygwin related build fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15227 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-04-14 14:54:34 +00:00
parent b2b8e3bed8
commit a6e38696e8
3 changed files with 9 additions and 3 deletions

View 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__)