diff options
| author | Holger Hans Peter Freyther <zecke@selfish.org> | 2013-01-15 21:18:02 +0100 | 
|---|---|---|
| committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2013-01-15 21:18:02 +0100 | 
| commit | 49f4e5be9fba5c27cce228c198e13ab55b740782 (patch) | |
| tree | 1056d5290c6bfb7285d443faccb9f946186e34be | |
| parent | 97602d973457a5248ada6ca9e5c29c1a5811240d (diff) | |
fr_test: Speculative build fix for FreeBSD
| -rw-r--r-- | tests/fr/fr_test.c | 3 | 
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> | 
