summaryrefslogtreecommitdiffstats
path: root/src/gsm/ipa.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-02-08 15:46:53 +0000
committerHarald Welte <laforge@gnumonks.org>2017-02-08 16:49:14 +0100
commitf12d40f4df1d42e4e1ee81607db53cb01dced80d (patch)
treedad2b8b26c2a30d445706ace067cea1a98d548a6 /src/gsm/ipa.c
parent6b986c24228a4cc83b22e1d8aae22b94fe36e6f2 (diff)
fix various compiler warnings (on FreeBSD-11.0)
FreeBSD 11.0 uses clang version 3.8.0 which spits various warnings during libosmocore compilation. Let's clean this up a bit. Change-Id: Ic14572e6970bd0b8916604fabf807f1608fa07e5
Diffstat (limited to 'src/gsm/ipa.c')
-rw-r--r--src/gsm/ipa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c
index 6dc3ab60..f44c3284 100644
--- a/src/gsm/ipa.c
+++ b/src/gsm/ipa.c
@@ -28,6 +28,7 @@
#include <arpa/inet.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/talloc.h>