Code

screen: include config.h in screen.h
authorMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 13:20:16 +0000 (15:20 +0200)
committerMax 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

index 1eac4d682cbf59f9abc5c795e3154e708ceba747..f47e57d39b8cebca2ad5574a0bab2a0c5d3e88f5 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef SCREEN_H
 #define SCREEN_H
 
+#include "config.h"
 #include "mpdclient.h"
 #include "command.h"