From 23deb5c2c65ba78715ad75206cc020ef88a00343 Mon Sep 17 00:00:00 2001 From: William Reading Date: Sat, 5 Jul 2003 01:07:49 +0000 Subject: [PATCH] config.h needs to be included for automake to work properly --- stepmania/src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/global.h b/stepmania/src/global.h index c31205d522..32ea40611b 100644 --- a/stepmania/src/global.h +++ b/stepmania/src/global.h @@ -14,7 +14,7 @@ #define STDAFX_H #ifdef HAVE_CONFIG_H -//#include +#include "config.h" #endif #if _MSC_VER >= 1000