summaryrefslogtreecommitdiffstats
path: root/src/modules/module-esound-sink.c
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-05-17 16:34:18 +0000
committerPierre Ossman <ossman@cendio.se>2006-05-17 16:34:18 +0000
commitd9cc2cfcb97c1b0449bcbfb6ab0301a58d77bd55 (patch)
treeb8b0fc3704b923a5ee8f556db05ace212be392a7 /src/modules/module-esound-sink.c
parentcdd3588f3a0fc9efeff7ce85215304bf33e2504e (diff)
Move xmalloc to the public side (libpolyp).
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@908 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/modules/module-esound-sink.c')
-rw-r--r--src/modules/module-esound-sink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/module-esound-sink.c b/src/modules/module-esound-sink.c
index 1cc75502..1d61e01b 100644
--- a/src/modules/module-esound-sink.c
+++ b/src/modules/module-esound-sink.c
@@ -33,12 +33,13 @@
#include <unistd.h>
#include <limits.h>
+#include <polyp/xmalloc.h>
+
#include <polypcore/iochannel.h>
#include <polypcore/sink.h>
#include <polypcore/module.h>
#include <polypcore/util.h>
#include <polypcore/modargs.h>
-#include <polypcore/xmalloc.h>
#include <polypcore/log.h>
#include <polypcore/socket-client.h>
#include <polypcore/esound.h>