aboutsummaryrefslogtreecommitdiffstats
path: root/src/strfsong.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-02 19:00:35 +0200
committerMax Kellermann <max@duempel.org>2008-10-02 19:00:35 +0200
commitb693269fd9740a3074b84da5645f6bd9daa6486e (patch)
tree93c83052ce5dc35155542ebbed4b2286f2c2e69a /src/strfsong.c
parenta3f209be26e588397f7b96de73fb86625c6d2bb8 (diff)
downloadmpd-b693269fd9740a3074b84da5645f6bd9daa6486e.tar.gz
mpd-b693269fd9740a3074b84da5645f6bd9daa6486e.tar.xz
mpd-b693269fd9740a3074b84da5645f6bd9daa6486e.zip
moved code to charset.c
Move everything which deals with UTF-8 strings and character set conversion to charset.c, header charset.h.
Diffstat (limited to 'src/strfsong.c')
-rw-r--r--src/strfsong.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strfsong.c b/src/strfsong.c
index f6b67930e..fcaf4ada1 100644
--- a/src/strfsong.c
+++ b/src/strfsong.c
@@ -24,6 +24,7 @@
#include "strfsong.h"
#include "support.h"
+#include "charset.h"
#include <string.h>