From e0a1a8021f04f58efa03a42c25ac63af7f6ab4e8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 25 Oct 2014 12:19:56 +0200 Subject: bssgp: Include sys/socket.h for AF_INET on FreeBSD --- tests/gb/gprs_bssgp_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/gb') diff --git a/tests/gb/gprs_bssgp_test.c b/tests/gb/gprs_bssgp_test.c index d24250db..a2473268 100644 --- a/tests/gb/gprs_bssgp_test.c +++ b/tests/gb/gprs_bssgp_test.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #define BSS_NSEI 0x0b55 -- cgit v1.2.3