From c540411a7f8186cea5d3277b0893239f3c57ef80 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Fri, 28 Jun 2019 17:13:38 +0200 Subject: Fix ip_unix.cpp inclusion order for OpenBSD. --- drivers/unix/ip_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/unix/ip_unix.cpp b/drivers/unix/ip_unix.cpp index 39ca9a823e..ce66f07a19 100644 --- a/drivers/unix/ip_unix.cpp +++ b/drivers/unix/ip_unix.cpp @@ -56,7 +56,6 @@ #endif // MINGW hack #endif #else // UNIX -#include #include #ifdef ANDROID_ENABLED // We could drop this file once we up our API level to 24, @@ -73,6 +72,7 @@ #ifdef __FreeBSD__ #include #endif +#include // Order is important on OpenBSD, leave as last #endif static IP_Address _sockaddr2ip(struct sockaddr *p_addr) { -- cgit v1.2.3