otrx: include endian.h to make __BYTE_ORDER work with musl
[openwrt/openwrt.git] / package / utils / otrx / src / otrx.c
index 11db426a1df7036c14705f8b931dc9999eda401a..131d8d6052eb8b268092889090e79a20be90bfb7 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <byteswap.h>
+#include <endian.h>
 #include <errno.h>
 #include <stdint.h>
 #include <stdio.h>