diff options
| author | Lennart Poettering <lennart@poettering.net> | 2006-07-20 22:58:37 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2006-07-20 22:58:37 +0000 | 
| commit | 6ad1f33c3fdad0c9cbf78f722223b29fe3160ec6 (patch) | |
| tree | a4fd056891d67e79e889196f9c9a81dbd7e042b1 /src/tests | |
| parent | 90b521d73e2a51f7b5df0bce1ee19d30bd0b087e (diff) | |
even more FreeBSD portability (thanks Flameeyes, again!)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1131 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/ipacl-test.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/ipacl-test.c b/src/tests/ipacl-test.c index b98151ee..8819a6a0 100644 --- a/src/tests/ipacl-test.c +++ b/src/tests/ipacl-test.c @@ -1,7 +1,9 @@  /* $Id$ */ +#include <sys/types.h>  #include <sys/socket.h>  #include <netinet/in.h> +#include <netinet/in_systm.h>  #include <netinet/ip.h>  #include <stdio.h>  #include <unistd.h>  | 
