summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/module-rtp-recv.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-17 20:44:55 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-17 20:44:55 +0000
commit53a285e75616281bcdd8b1dcf0e3b7ba59257516 (patch)
treed0492528a80514f49eb323ecfeb7f8c9cbd753ff /src/modules/rtp/module-rtp-recv.c
parent40feedb8bf53fe656946f376c044dbe4a1741082 (diff)
fix include line for "core-util.h"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@923 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/modules/rtp/module-rtp-recv.c')
-rw-r--r--src/modules/rtp/module-rtp-recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/rtp/module-rtp-recv.c b/src/modules/rtp/module-rtp-recv.c
index 89aa8983..a1196a2d 100644
--- a/src/modules/rtp/module-rtp-recv.c
+++ b/src/modules/rtp/module-rtp-recv.c
@@ -39,7 +39,7 @@
#include <polypcore/sink-input.h>
#include <polypcore/memblockq.h>
#include <polypcore/log.h>
-#include <polypcore/util.h>
+#include <polypcore/core-util.h>
#include <polypcore/modargs.h>
#include <polypcore/namereg.h>
#include <polypcore/sample-util.h>