From: Max Kellermann Date: Thu, 2 Oct 2008 13:20:16 +0000 (+0200) Subject: screen: include config.h in screen.h X-Git-Tag: v0.12_alpha1~123 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7db42801fd3cbcb8d05ca7bd7ad9570a3071b378;p=ncmpc.git screen: include config.h in screen.h Since screen.h checks the macros from config.h, we have to include it. --- diff --git a/src/screen.h b/src/screen.h index 1eac4d6..f47e57d 100644 --- a/src/screen.h +++ b/src/screen.h @@ -1,6 +1,7 @@ #ifndef SCREEN_H #define SCREEN_H +#include "config.h" #include "mpdclient.h" #include "command.h"