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 | |
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
-rw-r--r-- | src/modules/rtp/sdp.c | 1 | ||||
-rw-r--r-- | src/pulsecore/rtpoll.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/rtp/sdp.c b/src/modules/rtp/sdp.c index 983e5c95..50ac157a 100644 --- a/src/modules/rtp/sdp.c +++ b/src/modules/rtp/sdp.c @@ -34,6 +34,7 @@ #include <string.h> #include <pulse/xmalloc.h> +#include <pulse/util.h> #include <pulsecore/core-util.h> #include <pulsecore/log.h> 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" |