otrx: include byteswap.h to fix compilation with musl
[openwrt/openwrt.git] / package / utils / otrx / src / otrx.c
index 2f305cf4844ed0985d681fe43fba4ad4821fa7a0..a2bc29f59ad9aa4b0d869c24e7785a1224bca087 100644 (file)
@@ -9,6 +9,7 @@
  * any later version.
  */
 
+#include <byteswap.h>
 #include <errno.h>
 #include <stdint.h>
 #include <stdio.h>