aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-09-11 17:49:37 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-11 17:49:37 +0200
commit1d2c39d83bcbcf2c424e29edd7d804b87a726885 (patch)
tree38dfeb7b45bfb3af65d4f610213db1e0afc909ea /src/hnbgw.c
parent35cbc11757cb6f8360e7d22d55e07c2d864a2979 (diff)
various cleanups (compiler warnings, coding style)
Diffstat (limited to 'src/hnbgw.c')
-rw-r--r--src/hnbgw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index b50cd9d..d26f166 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -8,8 +8,9 @@
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <netinet/sctp.h>
-//#include <arpa/inet.h>
+#include <arpa/inet.h>
#include <osmocom/core/application.h>
#include <osmocom/core/talloc.h>