diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-09-18 21:31:21 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-09-18 21:31:21 +0000 |
commit | 6b2fd2328ab715fb5ce4544fc431e545747ca95f (patch) | |
tree | 50dee9fcdcc55e9e8940efdd092d04e4e031e1ee /src/pulsecore/rtpoll.c | |
parent | eb23601bb7771bce74e6b87a222b174660e86a0d (diff) |
add two missing header file inclusions
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1859 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/rtpoll.c')
-rw-r--r-- | src/pulsecore/rtpoll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/rtpoll.c b/src/pulsecore/rtpoll.c index e7ccd908..e72bf3f4 100644 --- a/src/pulsecore/rtpoll.c +++ b/src/pulsecore/rtpoll.c @@ -41,6 +41,7 @@ #include <pulsecore/llist.h> #include <pulsecore/rtsig.h> #include <pulsecore/flist.h> +#include <pulsecore/core-util.h> #include "rtpoll.h" |