aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 2729bb21..b5d151b4 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -7185,6 +7185,7 @@ MHD_init(void)
7185#ifdef HAVE_FREEBSD_SENDFILE 7185#ifdef HAVE_FREEBSD_SENDFILE
7186 MHD_conn_init_static_ (); 7186 MHD_conn_init_static_ ();
7187#endif /* HAVE_FREEBSD_SENDFILE */ 7187#endif /* HAVE_FREEBSD_SENDFILE */
7188 MHD_init_mem_pools_ ();
7188} 7189}
7189 7190
7190 7191