summaryrefslogtreecommitdiffstats
path: root/src/polypcore/core-subscribe.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/polypcore/core-subscribe.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/polypcore/core-subscribe.c')
-rw-r--r--src/polypcore/core-subscribe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polypcore/core-subscribe.c b/src/polypcore/core-subscribe.c
index fa6c0e50..52babb7a 100644
--- a/src/polypcore/core-subscribe.c
+++ b/src/polypcore/core-subscribe.c
@@ -26,8 +26,9 @@
#include <stdio.h>
#include <assert.h>
+#include <polyp/xmalloc.h>
+
#include <polypcore/queue.h>
-#include <polypcore/xmalloc.h>
#include <polypcore/log.h>
#include "core-subscribe.h"