blob: ce653526c86aaa5fd3c50ed4f96593e2d9f09fea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- libs/yradio/radio.cpp.orig 2018-03-28 12:02:24 UTC
+++ libs/yradio/radio.cpp
@@ -23,6 +23,7 @@
#include <yateradio.h>
#include <string.h>
+/*
#ifndef htobe32
#include <byteswap.h>
@@ -59,6 +60,8 @@
#endif
#endif // htobe32
+*/
+#include <sys/endian.h>
//#define DEBUG_RADIO_READ
|