From cbe271a1b90734fe81c0fd8121b9aa37dcc65632 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Jan 2012 17:29:23 +0000 Subject: Use consistent *_config.h rather than *-config.h. git-svn-id: http://svn.drobilla.net/sord/trunk@198 3d64ff67-21c5-427c-a301-fe4f08042e5a --- src/sordi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sordi.c') diff --git a/src/sordi.c b/src/sordi.c index 51c6b32..9654aa4 100644 --- a/src/sordi.c +++ b/src/sordi.c @@ -20,7 +20,7 @@ #include "serd/serd.h" #include "sord/sord.h" -#include "sord-config.h" +#include "sord_config.h" typedef struct { SerdWriter* writer; -- cgit v1.2.1