diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-10-25 12:19:56 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-10-25 12:19:56 +0200 |
commit | e0a1a8021f04f58efa03a42c25ac63af7f6ab4e8 (patch) | |
tree | 4134c8c444548e2f5ee0153c2a449d9c8d27b2cf /tests/gb | |
parent | b43baf20c571925cca16266482c4b5c325f41700 (diff) |
bssgp: Include sys/socket.h for AF_INET on FreeBSD
Diffstat (limited to 'tests/gb')
-rw-r--r-- | tests/gb/gprs_bssgp_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <getopt.h> #include <unistd.h> #include <netinet/ip.h> +#include <sys/socket.h> #include <dlfcn.h> #define BSS_NSEI 0x0b55 |