summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ce80c28)
raw | patch | inline | side by side (parent: ce80c28)
author | Max Kellermann <max@duempel.org> | |
Thu, 2 Oct 2008 13:20:16 +0000 (15:20 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 2 Oct 2008 13:20:16 +0000 (15:20 +0200) |
Since screen.h checks the macros from config.h, we have to include it.
src/screen.h | patch | blob | history |
diff --git a/src/screen.h b/src/screen.h
index 1eac4d682cbf59f9abc5c795e3154e708ceba747..f47e57d39b8cebca2ad5574a0bab2a0c5d3e88f5 100644 (file)
--- a/src/screen.h
+++ b/src/screen.h
#ifndef SCREEN_H
#define SCREEN_H
+#include "config.h"
#include "mpdclient.h"
#include "command.h"