mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ola: Update to 0.9.7.
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
diff --git a/common/network/NetworkUtils.cpp b/common/network/NetworkUtils.cpp
|
||||
index 3914818..094a311 100644
|
||||
--- a/common/network/NetworkUtils.cpp
|
||||
+++ b/common/network/NetworkUtils.cpp
|
||||
@@ -39,6 +39,10 @@ typedef uint32_t in_addr_t;
|
||||
#include <resolv.h>
|
||||
#endif
|
||||
|
||||
+#ifdef HAVE_ENDIAN_H
|
||||
+#include <endian.h>
|
||||
+#endif
|
||||
+
|
||||
#if defined(HAVE_LINUX_NETLINK_H) && defined(HAVE_LINUX_RTNETLINK_H)
|
||||
#define USE_NETLINK_FOR_DEFAULT_ROUTE 1
|
||||
#include <linux/netlink.h>
|
||||
Reference in New Issue
Block a user