aboutsummaryrefslogtreecommitdiffstats
path: root/src/cdb/cdb.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-07-29 20:35:00 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-07-29 20:35:00 +0400
commit4c4773d96b1b2a157009590908fce032696281c5 (patch)
treec9709f5a21b4eafbfee04327884cb5c6d39006e4 /src/cdb/cdb.h
parent513e304bc6255492eee5c78c97d222037087f429 (diff)
downloadrspamd-4c4773d96b1b2a157009590908fce032696281c5.tar.gz
rspamd-4c4773d96b1b2a157009590908fce032696281c5.zip
* Fix build under CentOS 5 with old glib 2.12
* Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
Diffstat (limited to 'src/cdb/cdb.h')
-rw-r--r--src/cdb/cdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdb/cdb.h b/src/cdb/cdb.h
index f61d51334..bdf4caeb3 100644
--- a/src/cdb/cdb.h
+++ b/src/cdb/cdb.h
@@ -8,7 +8,7 @@
#ifndef TINYCDB_VERSION
#define TINYCDB_VERSION 0.77
-#include "../config.h"
+#include "config.h"
#ifdef __cplusplus
extern "C" {