otrx: include byteswap.h to fix compilation with musl

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
master
Rafał Miłecki 2015-04-14 11:10:14 +00:00
parent b834b35f3a
commit 023d3337d8
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
* any later version.
*/
#include <byteswap.h>
#include <errno.h>
#include <stdint.h>
#include <stdio.h>