diff options
Diffstat (limited to '')
-rw-r--r-- | src/path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h index 73cae2700..dc66a0733 100644 --- a/src/path.h +++ b/src/path.h @@ -19,6 +19,8 @@ #ifndef PATH_H #define PATH_H +#include "../config.h" + #include <sys/param.h> extern char musicDir[MAXPATHLEN+1]; |