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.
This commit is contained in:
Max Kellermann 2009-11-11 23:36:36 +01:00
parent 59189160e3
commit b9c610ac87
1 changed files with 1 additions and 0 deletions

View File

@ -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"