From 108c0af7f15e1aeca657546518bed8180cd47ef6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Dec 2008 17:04:40 +0000 Subject: Change configuration header name to something less likely to conflict. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1887 a436a847-0d15-0410-975c-d299462d15a1 --- src/world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/world.c b/src/world.c index 0ef6aaa..f93b732 100644 --- a/src/world.c +++ b/src/world.c @@ -16,7 +16,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "config.h" +#include "wafconfig.h" #define _XOPEN_SOURCE 500 #include -- cgit v1.2.1