From e65fc0b7ffe71f8aede07c4c5a0f2a9893389543 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 13 Feb 2013 15:11:04 -0800 Subject: Fix a few minor build issues. Signed-off-by: Lei Zhang Signed-off-by: Linus Walleij --- src/playlist-spl.c | 2 +- src/unicode.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/playlist-spl.c b/src/playlist-spl.c index 4708e1b..2942b4c 100644 --- a/src/playlist-spl.c +++ b/src/playlist-spl.c @@ -21,7 +21,7 @@ * Boston, MA 02111-1307, USA. */ -#include +#include "config.h" #include #include // mkstmp() diff --git a/src/unicode.c b/src/unicode.c index 9b17c2b..89c2cbe 100644 --- a/src/unicode.c +++ b/src/unicode.c @@ -29,7 +29,8 @@ * */ -#include +#include "config.h" + #include #include #ifdef HAVE_ICONV -- cgit v1.2.1