aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_send.h')
-rw-r--r--src/microhttpd/mhd_send.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index 3c484f79..87e584a8 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -35,7 +35,9 @@
35#include <errno.h> 35#include <errno.h>
36#include "mhd_sockets.h" 36#include "mhd_sockets.h"
37#include "connection.h" 37#include "connection.h"
38#ifdef HTTPS_SUPPORT
38#include "connection_https.h" 39#include "connection_https.h"
40#endif
39 41
40#ifdef MHD_LINUX_SOLARIS_SENDFILE 42#ifdef MHD_LINUX_SOLARIS_SENDFILE
41#include <sys/sendfile.h> 43#include <sys/sendfile.h>