summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/module-rtp-send.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-25 17:16:55 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-25 17:16:55 +0000
commit4413b89d7a45587b545a31463ad2196767f45563 (patch)
tree9ee88c2132a6940c1bc24c1e1cb0754f69337f6b /src/modules/rtp/module-rtp-send.c
parentf8aa55c5ac1f21fec9e1a5f0351328fb33366f2a (diff)
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
* fix building of padsp * remove a warning when compiling padsp.c git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@972 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/modules/rtp/module-rtp-send.c')
-rw-r--r--src/modules/rtp/module-rtp-send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/rtp/module-rtp-send.c b/src/modules/rtp/module-rtp-send.c
index c8b3899a..4359d00d 100644
--- a/src/modules/rtp/module-rtp-send.c
+++ b/src/modules/rtp/module-rtp-send.c
@@ -32,11 +32,11 @@
#include <string.h>
#include <unistd.h>
-#include <polyp/error.h>
#include <polyp/timeval.h>
#include <polyp/util.h>
#include <polyp/xmalloc.h>
+#include <polypcore/core-error.h>
#include <polypcore/module.h>
#include <polypcore/llist.h>
#include <polypcore/source.h>