From df17096f5effbf060e75f87030cea66081e81d4f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2008 14:57:42 +0200 Subject: configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREEN Everybody who uses the ENABLE_ macros has to include ncmpc.h. We're better off defining those in config.h via configure.ac. --- src/screen_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen_list.h') diff --git a/src/screen_list.h b/src/screen_list.h index 1293b74d9..27c034676 100644 --- a/src/screen_list.h +++ b/src/screen_list.h @@ -20,7 +20,7 @@ #ifndef SCREEN_LIST_H #define SCREEN_LIST_H -#include "ncmpc.h" +#include "config.h" #include -- cgit v1.2.3