From e3dd59c6b94c214a3a883ea938ca7ec966f2ba96 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Sat, 27 Mar 2004 20:56:22 +0000 Subject: [PATCH] Include "config.h" before support.h git-svn-id: https://svn.musicpd.org/ncmpc/trunk@518 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- screen_utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/screen_utils.c b/screen_utils.c index 5788b34..61c212e 100644 --- a/screen_utils.c +++ b/screen_utils.c @@ -4,6 +4,7 @@ #include #include +#include "config.h" #include "libmpdclient.h" #include "mpc.h" #include "support.h" -- 2.30.2