diff options
author | Max Kellermann <max@duempel.org> | 2008-10-02 14:57:42 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-02 14:57:42 +0200 |
commit | df17096f5effbf060e75f87030cea66081e81d4f (patch) | |
tree | 11e72189e9ce43d4d79309facccbe2715097d9a2 /src/screen_list.h | |
parent | 5d852bd60fa12ef257c15f7274116a23aa67caec (diff) | |
download | mpd-df17096f5effbf060e75f87030cea66081e81d4f.tar.gz mpd-df17096f5effbf060e75f87030cea66081e81d4f.tar.xz mpd-df17096f5effbf060e75f87030cea66081e81d4f.zip |
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.
Diffstat (limited to 'src/screen_list.h')
-rw-r--r-- | src/screen_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ncurses.h> |