summaryrefslogtreecommitdiffstats
path: root/src/polypcore/utf8.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/utf8.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/utf8.c')
-rw-r--r--src/polypcore/utf8.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polypcore/utf8.c b/src/polypcore/utf8.c
index bb8621e2..01fbfccd 100644
--- a/src/polypcore/utf8.c
+++ b/src/polypcore/utf8.c
@@ -33,8 +33,9 @@
#include <inttypes.h>
#include <string.h>
+#include <polyp/xmalloc.h>
+
#include "utf8.h"
-#include "xmalloc.h"
#define FILTER_CHAR '_'