aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2015-11-06 20:55:24 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-11-07 12:30:38 +0100
commitaab4a2497c59d83c396881aaa661a054978f8f7c (patch)
treeb5abcb4ea1a5d843e11f75545555aa4683d231c5
parenteed4695d062a64c78340d24d53ae7066e6c7c1fd (diff)
osmo-sim-test: add missing include
-rw-r--r--utils/osmo-sim-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/osmo-sim-test.c b/utils/osmo-sim-test.c
index 9d1b481a..d6299e94 100644
--- a/utils/osmo-sim-test.c
+++ b/utils/osmo-sim-test.c
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
+#include <arpa/inet.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/talloc.h>