aboutsummaryrefslogtreecommitdiffstats
path: root/src/json/hashtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/json/hashtable.h')
-rw-r--r--src/json/hashtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/hashtable.h b/src/json/hashtable.h
index 30e52daa8..35196b0c0 100644
--- a/src/json/hashtable.h
+++ b/src/json/hashtable.h
@@ -8,7 +8,7 @@
#ifndef HASHTABLE_H
#define HASHTABLE_H
-#include "../config.h"
+#include "config.h"
typedef unsigned int (*key_hash_fn)(const void *key);
typedef int (*key_cmp_fn)(const void *key1, const void *key2);