otrx: include byteswap.h to fix compilation with musl

Fixes #19470

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

SVN-Revision: 45430
v19.07.3_mercusys_ac12_duma
Rafał Miłecki 9 years ago
parent 56573fdb0d
commit cd4fd05648

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

Loading…
Cancel
Save