aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent59189160e3b3d6c50f8a56272043c53ff335d7e2 (diff)
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')
-rw-r--r--src/directory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/directory.h b/src/directory.h
index 8207bd3a..f93d5b8a 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"