fr_test: Speculative build fix for FreeBSD
diff --git a/tests/fr/fr_test.c b/tests/fr/fr_test.c
index c09ce7b..980259b 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>