diff options
author | Max Kellermann <max@duempel.org> | 2008-10-02 15:20:16 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-02 15:20:16 +0200 |
commit | 7db42801fd3cbcb8d05ca7bd7ad9570a3071b378 (patch) | |
tree | f79f1fa6c75af0c923930a539148519b0495e753 | |
parent | ce80c285052149df970c08626cf0d87d7cd6f584 (diff) | |
download | mpd-7db42801fd3cbcb8d05ca7bd7ad9570a3071b378.tar.gz mpd-7db42801fd3cbcb8d05ca7bd7ad9570a3071b378.tar.xz mpd-7db42801fd3cbcb8d05ca7bd7ad9570a3071b378.zip |
screen: include config.h in screen.h
Since screen.h checks the macros from config.h, we have to include it.
-rw-r--r-- | src/screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index 1eac4d682..f47e57d39 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" |