From 3ce03fdbf2154701e8631eadc879dda85caeccf3 Mon Sep 17 00:00:00 2001 From: rmilecki Date: Tue, 14 Apr 2015 11:10:14 +0000 Subject: [PATCH] otrx: include byteswap.h to fix compilation with musl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes #19470 Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45430 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/utils/otrx/src/otrx.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0