aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gtphub_ares.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-19 21:26:52 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-22 21:00:42 +0200
commit0b918d8285d06cb3a97f3f36b737c3eb5edc2174 (patch)
treefb40215f041a23b0f8bf2dc598eea9a7882b1ff7 /openbsc/src/gprs/gtphub_ares.c
parent8ce66fd19efd7edb7f25ce08b9543f87f701395a (diff)
move osmo_sockaddr_* to libosmocore sockaddr.cneels/osmo_sockaddr
Diffstat (limited to 'openbsc/src/gprs/gtphub_ares.c')
-rw-r--r--openbsc/src/gprs/gtphub_ares.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/gprs/gtphub_ares.c b/openbsc/src/gprs/gtphub_ares.c
index 667013b8b..0793ed421 100644
--- a/openbsc/src/gprs/gtphub_ares.c
+++ b/openbsc/src/gprs/gtphub_ares.c
@@ -27,6 +27,7 @@
#include <string.h>
#include <unistd.h>
+#include <netdb.h>
#include <openbsc/gtphub.h>
#include <openbsc/debug.h>