summaryrefslogtreecommitdiffstats
path: root/src/sord.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-18 17:29:23 +0000
committerDavid Robillard <d@drobilla.net>2012-01-18 17:29:23 +0000
commitcbe271a1b90734fe81c0fd8121b9aa37dcc65632 (patch)
tree58987d197c0a89fd090087b3c23f3eccbcd1ef04 /src/sord.c
parent3198975c8e0de160d7b292de040c0919ab7d3b2d (diff)
downloadsord-cbe271a1b90734fe81c0fd8121b9aa37dcc65632.tar.gz
sord-cbe271a1b90734fe81c0fd8121b9aa37dcc65632.tar.bz2
sord-cbe271a1b90734fe81c0fd8121b9aa37dcc65632.zip
Use consistent *_config.h rather than *-config.h.
git-svn-id: http://svn.drobilla.net/sord/trunk@198 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'src/sord.c')
-rw-r--r--src/sord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sord.c b/src/sord.c
index 2895b78..249fb0d 100644
--- a/src/sord.c
+++ b/src/sord.c
@@ -25,7 +25,7 @@
#include "zix/hash.h"
#include "zix/tree.h"
-#include "sord-config.h"
+#include "sord_config.h"
#include "sord_internal.h"
#define SORD_LOG(prefix, ...) fprintf(stderr, "[Sord::" prefix "] " __VA_ARGS__)