aboutsummaryrefslogtreecommitdiffstats
path: root/screen_utils.c
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-27 20:56:22 +0000
committerKalle Wallin <kaw@linux.se>2004-03-27 20:56:22 +0000
commite3dd59c6b94c214a3a883ea938ca7ec966f2ba96 (patch)
tree12fa5c369961b64f8b8bcc3eaab2f18e3de5d71f /screen_utils.c
parent3f6b5f829a903e2a5bd3dfa8031c90cc122db958 (diff)
downloadmpd-e3dd59c6b94c214a3a883ea938ca7ec966f2ba96.tar.gz
mpd-e3dd59c6b94c214a3a883ea938ca7ec966f2ba96.tar.xz
mpd-e3dd59c6b94c214a3a883ea938ca7ec966f2ba96.zip
Include "config.h" before support.h
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@518 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'screen_utils.c')
-rw-r--r--screen_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen_utils.c b/screen_utils.c
index 5788b340c..61c212edc 100644
--- a/screen_utils.c
+++ b/screen_utils.c
@@ -4,6 +4,7 @@
#include <glib.h>
#include <ncurses.h>
+#include "config.h"
#include "libmpdclient.h"
#include "mpc.h"
#include "support.h"