otrx: include byteswap.h to fix compilation with musl
authorrmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 14 Apr 2015 11:10:14 +0000 (11:10 +0000)
committerrmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 14 Apr 2015 11:10:14 +0000 (11:10 +0000)
Fixes #19470

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45430 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/utils/otrx/src/otrx.c

index 2f305cf..a2bc29f 100644 (file)
@@ -9,6 +9,7 @@
  * any later version.
  */
 
+#include <byteswap.h>
 #include <errno.h>
 #include <stdint.h>
 #include <stdio.h>