From 87cc073653f42c4e5237489fdc43fd4cda7e7144 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 4 Oct 2007 22:41:33 +0000 Subject: [PATCH] fix poll.h check, bad boy ossman broke git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1932 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulsecore/poll.c b/src/pulsecore/poll.c index 2f8eae89..288f7dfb 100644 --- a/src/pulsecore/poll.c +++ b/src/pulsecore/poll.c @@ -45,7 +45,7 @@ #include "winsock.h" -#ifndef HAVE_SYS_POLL_H +#ifndef HAVE_POLL_H #include -- 2.39.2