removed warning

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@739 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.6
Jan Kneschke 2005-09-26 08:54:34 +00:00
parent d958d547c8
commit 2d249ec215
1 changed files with 8 additions and 3 deletions

View File

@ -4,13 +4,18 @@
#include <fcntl.h>
#include <strings.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef HAVE_MYSQL
#include <mysql.h>
#endif
#include "plugin.h"
#include "log.h"
#include "stat_cache.h"
#ifdef HAVE_MYSQL
#include <mysql.h>
#endif
#ifdef DEBUG_MOD_MYSQL_VHOST
#define DEBUG
#endif