summaryrefslogtreecommitdiffstats
path: root/src/tests/ipacl-test.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-01-06 01:35:27 +0100
committerMaarten Bosmans <mkbosmans@gmail.com>2011-02-17 11:58:22 +0100
commit2de2c735c937c6724c14656acf01ce90f122b903 (patch)
tree7a85d24914d3916dbb2c187cd4e340ae32d42452 /src/tests/ipacl-test.c
parenta951c779c6fe0705f75c1dfbe090deb78485b4e8 (diff)
Fix dependencies and include necessary headers
Diffstat (limited to 'src/tests/ipacl-test.c')
-rw-r--r--src/tests/ipacl-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/ipacl-test.c b/src/tests/ipacl-test.c
index 88bd6c6f..58663468 100644
--- a/src/tests/ipacl-test.c
+++ b/src/tests/ipacl-test.c
@@ -24,6 +24,7 @@
#include <pulsecore/socket.h>
#include <pulsecore/macro.h>
#include <pulsecore/ipacl.h>
+#include <pulsecore/inet_pton.h>
int main(int argc, char *argv[]) {
struct sockaddr_in sa;