Commit b9c610ac authored by Max Kellermann's avatar Max Kellermann

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.
parent 59189160
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment