From 04c3c6716b20ca8362ceea3d2e7fa23954f9a441 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 6 Feb 2009 00:25:47 +0100 Subject: A few MacOS X portability fixes Based on patches contributed by "Tron". See bug #478. --- src/pulsecore/core-util.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pulsecore/core-util.c') diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c index b7ebdeb7..ad6c6ca9 100644 --- a/src/pulsecore/core-util.c +++ b/src/pulsecore/core-util.c @@ -88,6 +88,10 @@ #include #endif +#ifdef __APPLE__ +#include +#endif + #include #include #include -- cgit