diff options
Diffstat (limited to '')
-rw-r--r-- | src/os_compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_compat.h b/src/os_compat.h index bc7593eef..54d55ed7f 100644 --- a/src/os_compat.h +++ b/src/os_compat.h @@ -19,6 +19,8 @@ #ifndef OS_COMPAT_H #define OS_COMPAT_H +#include "../config.h" + /* * This includes OS-wide headers that can be expected to be available * on any machine that mpd can be compiled on for any UNIX-like OS. |