From 7db42801fd3cbcb8d05ca7bd7ad9570a3071b378 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2008 15:20:16 +0200 Subject: [PATCH] screen: include config.h in screen.h Since screen.h checks the macros from config.h, we have to include it. --- src/screen.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2