aboutsummaryrefslogtreecommitdiffstats
path: root/src/directives.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/directives.h')
-rw-r--r--src/directives.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/directives.h b/src/directives.h
index dd27f03..0c6e35b 100644
--- a/src/directives.h
+++ b/src/directives.h
@@ -9,13 +9,13 @@
#ifndef _DIRECTIVES_H
#define _DIRECTIVES_H
-#include "utils/utils.h"
+#include "utils.h"
#include "error.h"
typedef struct {
const char *name;
const char *argument;
- b_trie_t *params;
+ sb_trie_t *params;
const char *eol;
} blogc_directive_ctx_t;