aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-01-15 21:18:02 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-15 21:18:02 +0100
commit49f4e5be9fba5c27cce228c198e13ab55b740782 (patch)
tree1056d5290c6bfb7285d443faccb9f946186e34be /tests
parent97602d973457a5248ada6ca9e5c29c1a5811240d (diff)
fr_test: Speculative build fix for FreeBSD
Diffstat (limited to 'tests')
-rw-r--r--tests/fr/fr_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fr/fr_test.c b/tests/fr/fr_test.c
index c09ce7b4..980259be 100644
--- a/tests/fr/fr_test.c
+++ b/tests/fr/fr_test.c
@@ -22,6 +22,9 @@
#include <osmocom/gprs/gprs_ns.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+
#include <stdio.h>
#include <stdlib.h>