aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/otrx
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-04-14 11:10:14 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-04-14 11:10:14 +0000
commitcd4fd05648194a252a560876742acab461f4ec8e (patch)
tree5c76758e455d4c8eea59bbab7e01c1ad4d30a529 /package/utils/otrx
parent56573fdb0d96a6add9e9664ddbadc2cdc8281e8c (diff)
downloadupstream-cd4fd05648194a252a560876742acab461f4ec8e.tar.gz
upstream-cd4fd05648194a252a560876742acab461f4ec8e.tar.bz2
upstream-cd4fd05648194a252a560876742acab461f4ec8e.zip
otrx: include byteswap.h to fix compilation with musl
Fixes #19470 Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45430
Diffstat (limited to 'package/utils/otrx')
-rw-r--r--package/utils/otrx/src/otrx.c1
1 files changed, 1 insertions, 0 deletions
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 <byteswap.h>
#include <errno.h>
#include <stdint.h>
#include <stdio.h>