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.lede-project.org./?a=commitdiff_plain;h=cd4fd05648194a252a560876742acab461f4ec8e;p=openwrt%2Fstaging%2Frmilecki.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 2f305cf4844..a2bc29f59ad 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