aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapper.c')
-rw-r--r--src/mapper.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mapper.c b/src/mapper.c
index b3f86da00..e9364f878 100644
--- a/src/mapper.c
+++ b/src/mapper.c
@@ -26,10 +26,14 @@
#include "path.h"
#include "conf.h"
+#include <glib.h>
+
+#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
-#include <glib.h>
+#include <string.h>
+#include <errno.h>
static char *music_dir;
static size_t music_dir_length;