aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.h
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-09-01 23:59:31 -0700
committerEric Wong <normalperson@yhbt.net>2008-09-02 00:20:50 -0700
commit29fd1316fc0e098451d54fb4ee8ba84a422701f6 (patch)
tree5f8a473fc3b1e3524bca406c673cc26a17d3c4a7 /src/utf8.h
parentad6fadbd47ccdf16477bd0b65cdca90c21c3041d (diff)
downloadmpd-29fd1316fc0e098451d54fb4ee8ba84a422701f6.tar.gz
mpd-29fd1316fc0e098451d54fb4ee8ba84a422701f6.tar.xz
mpd-29fd1316fc0e098451d54fb4ee8ba84a422701f6.zip
utf8.h: Fix build (broken os_compat.h #include)
This is not a system header
Diffstat (limited to '')
-rw-r--r--src/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utf8.h b/src/utf8.h
index 353977bef..64e68f914 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -19,7 +19,7 @@
#ifndef UTF_8_H
#define UTF_8_H
-#include <os_compat.h>
+#include "os_compat.h"
char *latin1StrToUtf8Dup(const char *latin1);