diff options
Diffstat (limited to 'src/json/hashtable.c')
-rw-r--r-- | src/json/hashtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/hashtable.c b/src/json/hashtable.c index 14a59aff1..92d83eea1 100644 --- a/src/json/hashtable.c +++ b/src/json/hashtable.c @@ -5,7 +5,7 @@ * it under the terms of the MIT license. See LICENSE for details. */ -#include "../config.h" +#include "config.h" #include "hashtable.h" typedef struct hashtable_list list_t; |