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 ++-- src/pulse/thread-mainloop.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 diff --git a/src/pulse/thread-mainloop.c b/src/pulse/thread-mainloop.c index 30685705..9dd47ae3 100644 --- a/src/pulse/thread-mainloop.c +++ b/src/pulse/thread-mainloop.c @@ -29,8 +29,8 @@ #include #include -#ifdef HAVE_SYS_POLL_H -#include +#ifdef HAVE_POLL_H +#include #else #include #endif -- cgit