fix poll.h check, bad boy ossman broke
authorLennart Poettering <lennart@poettering.net>
Thu, 4 Oct 2007 22:41:33 +0000 (22:41 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 4 Oct 2007 22:41:33 +0000 (22:41 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1932 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/pulsecore/poll.c

index 2f8eae8..288f7df 100644 (file)
@@ -45,7 +45,7 @@
 
 #include "winsock.h"
 
-#ifndef HAVE_SYS_POLL_H
+#ifndef HAVE_POLL_H
 
 #include <pulsecore/core-util.h>