aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index e11936db6..583980cc1 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -21,10 +21,11 @@
#include "buffer2array.h"
#include "list.h"
#include "path.h"
-#include "os_compat.h"
#include <glib.h>
+#include <string.h>
+
#define MAX_STRING_SIZE MPD_PATH_MAX+80
#define CONF_COMMENT '#'