From 1ca76031092ab07682843fd70607696f6af7216f Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Thu, 25 Jun 2009 12:39:09 +0200 Subject: Add missing headers includes for FreeBSD. This removes the implicit declarations of send() and pthread_sigmask(). --- src/pulsecore/core-util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulsecore') diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c index 95111420..04e7eb24 100644 --- a/src/pulsecore/core-util.c +++ b/src/pulsecore/core-util.c @@ -43,6 +43,7 @@ #include #include #include +#include #ifdef HAVE_STRTOF_L #include -- cgit