summaryrefslogtreecommitdiffstats
path: root/src/sord.c
diff options
context:
space:
mode:
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__)