summaryrefslogtreecommitdiff
path: root/src/response.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-02-18 03:47:48 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-02-19 03:52:17 -0500
commit96557115cb536a927f9e79deb7af50e8ba1491ea (patch)
tree7373b0b0224da74c6ce29c75eaeff188a499a399 /src/response.c
parentcc65a21e1224c9e732c882cbbe01fcb708527d1b (diff)
downloadlighttpd-git-96557115cb536a927f9e79deb7af50e8ba1491ea.tar.gz
[core] isolate plugins_*() funcs to main server
(future: might rename plugin.c -> plugins.c since the functions contained within are all plugins_*())
Diffstat (limited to 'src/response.c')
-rw-r--r--src/response.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/response.c b/src/response.c
index c6f1f9d5..5389c953 100644
--- a/src/response.c
+++ b/src/response.c
@@ -15,6 +15,7 @@
#include "http_range.h"
#include "plugin.h"
+#include "plugins.h"
#include <sys/types.h>
#include <sys/stat.h>