otrx: include byteswap.h to fix compilation with musl
[openwrt.git] / 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>