removed warning
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@739 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.6
parent
d958d547c8
commit
2d249ec215
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue