From ef8812e89bb867f127813e1b193589a52f0f2073 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Wed, 3 Oct 2007 14:41:21 +0000 Subject: Replace all references to sys/poll.h with poll.h as that's what POSIX defines. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1925 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulse/mainloop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pulse/mainloop.c') diff --git a/src/pulse/mainloop.c b/src/pulse/mainloop.c index bab8eb5c..ad4e4e97 100644 --- a/src/pulse/mainloop.c +++ b/src/pulse/mainloop.c @@ -34,8 +34,8 @@ #include #include -#ifdef HAVE_SYS_POLL_H -#include +#ifdef HAVE_POLL_H +#include #else #include #endif -- cgit