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:
parent
59189160e3
commit
b9c610ac87
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue