projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar8216: fix a MTU related regression
[openwrt.git]
/
tools
/
include
/
endian.h
diff --git
a/tools/include/endian.h
b/tools/include/endian.h
index
9bfc652
..
0f17b41
100644
(file)
--- a/
tools/include/endian.h
+++ b/
tools/include/endian.h
@@
-1,7
+1,8
@@
#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__)
#include <machine/endian.h>
This page took
0.023363 seconds
and
4
git commands to generate.