aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-24 11:06:51 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-05-03 14:37:28 +0200
commit072b183cd8447be38ceaa325a0fc43c97a8f7642 (patch)
treea8b03c9c3e66a619396f89fc4017f025f282ffc3 /src
parent7ab0c0b86cabd1308f49efd9231e03d2d812f642 (diff)
freebsd: Include netinet/in.h and hopefully fix the build
Fixes: /usr/include/netinet/ip.h:69:17: error: field has incomplete type 'struct in_addr' struct in_addr ip_src,ip_dst; /* source and dest address */ Change-Id: I446f67b85122363de66c86ddb25c8392ffa61a4f
Diffstat (limited to 'src')
-rw-r--r--src/osmo_client_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo_client_core.c b/src/osmo_client_core.c
index fd8b342..653d310 100644
--- a/src/osmo_client_core.c
+++ b/src/osmo_client_core.c
@@ -30,6 +30,7 @@
#include <osmocom/core/talloc.h>
+#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/udp.h>