otrx: include byteswap.h to fix compilation with musl

Fixes #19470

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 45430
master
Rafał Miłecki 9 years ago
parent 56573fdb0d
commit cd4fd05648
  1. 1
      package/utils/otrx/src/otrx.c

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

Loading…
Cancel
Save