summaryrefslogtreecommitdiffstatsabout
path: root/src/mod_log_sql_pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_log_sql_pgsql.c')
-rw-r--r--src/mod_log_sql_pgsql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_log_sql_pgsql.c b/src/mod_log_sql_pgsql.c
index 4e12920..dcfbd73 100644
--- a/src/mod_log_sql_pgsql.c
+++ b/src/mod_log_sql_pgsql.c
@@ -1,4 +1,4 @@
1/* $Id$ */ 1/* $Id:mod_log_sql_pgsql.c 180 2008-09-21 15:54:12Z urkle@drip.ws $ */
2 2
3#if defined(WITH_APACHE20) 3#if defined(WITH_APACHE20)
4# include "apache20.h" 4# include "apache20.h"
@@ -19,7 +19,7 @@
19#undef PACKAGE_TARNAME 19#undef PACKAGE_TARNAME
20#undef PACKAGE_VERSION 20#undef PACKAGE_VERSION
21 21
22#include "config.h" 22#include "autoconfig.h"
23#endif 23#endif
24 24
25#include "mod_log_sql.h" 25#include "mod_log_sql.h"