diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-02-17 13:18:30 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-02-17 13:18:30 +0000 |
commit | 2686857b8c4f512958a8bf2018f5394b16f1a2e4 (patch) | |
tree | 5131fefc99abd79c9d630f996755b70789446fad | |
parent | c4cf7adacac03af50c52b6470bf620f76ce2f533 (diff) |
Fix path to poll.h.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@504 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | src/polyp/mainloop.c | 2 |
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" |