[PATCH 1/2] osmo-sim-test: add missing include

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Alexander Huemer alexander.huemer at xx.vu
Fri Nov 6 19:55:24 UTC 2015


---
 utils/osmo-sim-test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/osmo-sim-test.c b/utils/osmo-sim-test.c
index 9d1b481..d6299e9 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>
-- 
2.6.2




More information about the OpenBSC mailing list