From: Rafał Miłecki Date: Tue, 14 Apr 2015 11:10:14 +0000 (+0000) Subject: otrx: include byteswap.h to fix compilation with musl X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5df6ae44109d14cac12511d18041d1cbeae375c1;p=openwrt%2Fsvn-archive%2Farchive.git otrx: include byteswap.h to fix compilation with musl Fixes #19470 Signed-off-by: Rafał Miłecki SVN-Revision: 45430 --- diff --git a/package/utils/otrx/src/otrx.c b/package/utils/otrx/src/otrx.c index 2f305cf484..a2bc29f59a 100644 --- a/package/utils/otrx/src/otrx.c +++ b/package/utils/otrx/src/otrx.c @@ -9,6 +9,7 @@ * any later version. */ +#include #include #include #include