From cd4fd05648194a252a560876742acab461f4ec8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Tue, 14 Apr 2015 11:10:14 +0000 Subject: otrx: include byteswap.h to fix compilation with musl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #19470 Signed-off-by: Rafał Miłecki SVN-Revision: 45430 --- package/utils/otrx/src/otrx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'package') 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 -- cgit v1.2.3