summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-05-15 23:42:43 +0200
committerColin Guthrie <cguthrie@mandriva.org>2009-07-16 18:03:57 +0100
commita29c6f86e0853ba65013c029c3bd68b7eb65092f (patch)
tree4b94e5a77dd9c399453a8739016b7731ba9a3712 /src/pulsecore
parentabf6dfbc625006f08fb30fef5814d0c7eb57e2ee (diff)
Add missing headers' include to build on FreeBSD 7.1.
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/parseaddr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/parseaddr.c b/src/pulsecore/parseaddr.c
index 5b531220..4ec33899 100644
--- a/src/pulsecore/parseaddr.c
+++ b/src/pulsecore/parseaddr.c
@@ -25,6 +25,8 @@
#include <string.h>
#include <stdlib.h>
+#include <arpa/inet.h>
+#include <sys/socket.h>
#include <pulse/xmalloc.h>
#include <pulse/util.h>