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://207.154.207.93/?a=commitdiff_plain;h=023d3337d828ba911cc8713839e18afd6b7da244;p=15.05%2Fopenwrt.git otrx: include byteswap.h to fix compilation with musl Fixes #19470 Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45430 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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