summaryrefslogtreecommitdiffstats
path: root/src/polypcore/utf8.c
diff options
context:
space:
mode:
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 '_'