summaryrefslogtreecommitdiff
path: root/src/mod_vhostdb_dbi.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-03-28 00:04:31 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2017-03-28 02:17:33 -0400
commitba953cdf458b05c8e93765722704a7eda1e66e2e (patch)
tree47d448c8e3ab0ad0a070060e5b925ba425049baa /src/mod_vhostdb_dbi.c
parent20ed025685d1567392280009494f90443afe7970 (diff)
downloadlighttpd-git-ba953cdf458b05c8e93765722704a7eda1e66e2e.tar.gz
[core] include "fdevent.h" where needed
(instead of providing #include "fdevent.h" in base.h)
Diffstat (limited to 'src/mod_vhostdb_dbi.c')
-rw-r--r--src/mod_vhostdb_dbi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_vhostdb_dbi.c b/src/mod_vhostdb_dbi.c
index d658364e..309d12c0 100644
--- a/src/mod_vhostdb_dbi.c
+++ b/src/mod_vhostdb_dbi.c
@@ -7,6 +7,7 @@
#include "base.h"
#include "http_vhostdb.h"
+#include "fdevent.h"
#include "log.h"
#include "plugin.h"