diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 6888db28..2eefdef5 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -42,6 +42,7 @@ | |||
42 | #include "mhd_sockets.h" | 42 | #include "mhd_sockets.h" |
43 | #include "mhd_itc.h" | 43 | #include "mhd_itc.h" |
44 | #include "mhd_compat.h" | 44 | #include "mhd_compat.h" |
45 | #include "mhd_send.h" | ||
45 | 46 | ||
46 | #if HAVE_SEARCH_H | 47 | #if HAVE_SEARCH_H |
47 | #include <search.h> | 48 | #include <search.h> |
@@ -7496,7 +7497,7 @@ MHD_init (void) | |||
7496 | #endif /* HTTPS_SUPPORT */ | 7497 | #endif /* HTTPS_SUPPORT */ |
7497 | MHD_monotonic_sec_counter_init (); | 7498 | MHD_monotonic_sec_counter_init (); |
7498 | #ifdef HAVE_FREEBSD_SENDFILE | 7499 | #ifdef HAVE_FREEBSD_SENDFILE |
7499 | MHD_conn_init_static_ (); | 7500 | MHD_send_init_static_vars_ (); |
7500 | #endif /* HAVE_FREEBSD_SENDFILE */ | 7501 | #endif /* HAVE_FREEBSD_SENDFILE */ |
7501 | MHD_init_mem_pools_ (); | 7502 | MHD_init_mem_pools_ (); |
7502 | } | 7503 | } |