aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-11 23:36:36 +0100
committerMax Kellermann <max@duempel.org>2009-11-11 23:36:36 +0100
commitb9c610ac87ab48247be83fc66f9d7af84b54f52f (patch)
tree04f79365ae4e2101575d3930bf7d6ab82111df8c /src/directory.h
parent59189160e3b3d6c50f8a56272043c53ff335d7e2 (diff)
downloadmpd-b9c610ac87ab48247be83fc66f9d7af84b54f52f.tar.gz
mpd-b9c610ac87ab48247be83fc66f9d7af84b54f52f.tar.xz
mpd-b9c610ac87ab48247be83fc66f9d7af84b54f52f.zip
directory: include config.h
*sigh* another Large File breakage. ino_t/dev_t this time. We need to include config.h in directory.h to get this straight.
Diffstat (limited to 'src/directory.h')
-rw-r--r--src/directory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/directory.h b/src/directory.h
index 8207bd3a2..f93d5b8a1 100644
--- a/src/directory.h
+++ b/src/directory.h
@@ -20,6 +20,7 @@
#ifndef MPD_DIRECTORY_H
#define MPD_DIRECTORY_H
+#include "config.h" /* must be first for large file support */
#include "dirvec.h"
#include "songvec.h"