From d8e1831406ab0da10025e3fa203d9d0ae5c31368 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Oct 2008 01:10:58 +0000 Subject: Support building locally against header-only libraries in autowaf. Remove CONFIG_H_PATH define and replace with just "config.h" (define messed up dependency tracking). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1600 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 41981df..357839d 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_PATH +#include "config.h" #define _XOPEN_SOURCE 500 #include -- cgit v1.2.1