--- a/src/shared/util.h.old 2016-09-26 07:29:00.000000000 -0500
|
|
+++ b/src/shared/util.h 2017-12-27 22:49:50.538716424 -0600
|
|
@@ -26,6 +26,7 @@
|
|
#include <alloca.h>
|
|
#include <byteswap.h>
|
|
#include <string.h>
|
|
+#include <endian.h>
|
|
|
|
#if __BYTE_ORDER == __LITTLE_ENDIAN
|
|
#define le16_to_cpu(val) (val)
|