From 0eb391e9f9e44f15c03f1d8d5414c806413f50fb Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sat, 17 Apr 2004 15:14:12 +0000 Subject: beginnings of postgresql driver integrated into autoconf removed log_error from apache20.h (aliased to ap_log_rerror) --- (limited to 'mod_log_sql_mysql.c') diff --git a/mod_log_sql_mysql.c b/mod_log_sql_mysql.c index 5a654f3..3749d64 100644 --- a/mod_log_sql_mysql.c +++ b/mod_log_sql_mysql.c @@ -1,6 +1,4 @@ -/* $Id: mod_log_sql_mysql.c,v 1.4 2004/03/05 00:30:58 urkle Exp $ */ -#include "mysql.h" -#include "mysqld_error.h" +/* $Id$ */ #if defined(WITH_APACHE20) # include "apache20.h" @@ -25,6 +23,9 @@ #include "mod_log_sql.h" +#include "mysql.h" +#include "mysqld_error.h" + /* The enduser won't modify these */ #define MYSQL_ERROR(mysql) ((mysql)?(mysql_error(mysql)):"MySQL server has gone away") -- cgit v0.9.2