]> code.delx.au - pulseaudio/commitdiff
add two missing header file inclusions
authorLennart Poettering <lennart@poettering.net>
Tue, 18 Sep 2007 21:31:21 +0000 (21:31 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 18 Sep 2007 21:31:21 +0000 (21:31 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1859 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/modules/rtp/sdp.c
src/pulsecore/rtpoll.c

index 983e5c954f14701145a31f3548c1c5c39921f001..50ac157a03ec1f6bfe3efbabd929a8c2eae77f7e 100644 (file)
@@ -34,6 +34,7 @@
 #include <string.h>
 
 #include <pulse/xmalloc.h>
+#include <pulse/util.h>
 
 #include <pulsecore/core-util.h>
 #include <pulsecore/log.h>
index e7ccd908f2e044529881ccc9b914b1dec19765bf..e72bf3f48031e445f49e545359b6b0d19b712e1e 100644 (file)
@@ -41,6 +41,7 @@
 #include <pulsecore/llist.h>
 #include <pulsecore/rtsig.h>
 #include <pulsecore/flist.h>
+#include <pulsecore/core-util.h>
 
 #include "rtpoll.h"