ola: Update to 0.9.7.

Signed-off-by: Christian Beier <cb@shoutrlabs.com>
This commit is contained in:
Christian Beier
2015-07-16 14:57:38 +02:00
parent 77c01ad124
commit 9c418e5445
2 changed files with 17 additions and 2 deletions
@@ -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>