summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@google.com>2013-02-13 15:11:04 -0800
committerLinus Walleij <triad@df.lth.se>2013-03-12 07:25:01 +0100
commite65fc0b7ffe71f8aede07c4c5a0f2a9893389543 (patch)
treeead312b643d21f948b0d3139ef3d3f7fe88dbde4
parent5a5f8feb4c469f1bb125ed8af6a11705ee1d2f19 (diff)
downloadlibmtp-e65fc0b7ffe71f8aede07c4c5a0f2a9893389543.tar.gz
Fix a few minor build issues.
Signed-off-by: Lei Zhang <thestig@google.com> Signed-off-by: Linus Walleij <triad@df.lth.se>
-rw-r--r--src/playlist-spl.c2
-rw-r--r--src/unicode.c3
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 <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h> // 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 <config.h>
+#include "config.h"
+
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_ICONV