aboutsummaryrefslogtreecommitdiffstats
path: root/src/json/hashtable.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-07-30 00:14:57 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-07-30 00:14:57 +0400
commit40fbda609fb6c8f8c6346ad22ddc639828bdd88c (patch)
tree80e9da15fc0442dda1db3c3b5b807787fa6073a8 /src/json/hashtable.c
parent83c86d02878f6fbbc234110c2fce321036b19634 (diff)
downloadrspamd-40fbda609fb6c8f8c6346ad22ddc639828bdd88c.tar.gz
rspamd-40fbda609fb6c8f8c6346ad22ddc639828bdd88c.zip
Another fix for out-source build.
Unbreak FreeBSD build.
Diffstat (limited to 'src/json/hashtable.c')
-rw-r--r--src/json/hashtable.c2
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;