summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-02-17 13:18:30 +0000
committerPierre Ossman <ossman@cendio.se>2006-02-17 13:18:30 +0000
commit2686857b8c4f512958a8bf2018f5394b16f1a2e4 (patch)
tree5131fefc99abd79c9d630f996755b70789446fad /src
parentc4cf7adacac03af50c52b6470bf620f76ce2f533 (diff)
Fix path to poll.h.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@504 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src')
-rw-r--r--src/polyp/mainloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polyp/mainloop.c b/src/polyp/mainloop.c
index a694c144..e975d7d7 100644
--- a/src/polyp/mainloop.c
+++ b/src/polyp/mainloop.c
@@ -35,7 +35,7 @@
#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>
#else
-#include "poll.h"
+#include "../polypcore/poll.h"
#endif
#include "../polypcore/winsock.h"