diff options
Diffstat (limited to 'src/support.c')
-rw-r--r-- | src/support.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/support.c b/src/support.c index bde8d1914..94aab41d1 100644 --- a/src/support.c +++ b/src/support.c @@ -19,7 +19,8 @@ */ #include "support.h" -#include "ncmpc.h" +#include "i18n.h" +#include "config.h" #include <assert.h> #include <time.h> |