aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-17 19:12:08 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-17 19:12:08 +0200
commit35877189f6be4a7a0c2057cf750beb1acb47fe03 (patch)
tree796420efbaa0ff39d2b2ddad3dd6f5222a0a0fa1 /src
parentf1ab15426f53caf5660c7d0dd29b3f60b101c1b8 (diff)
downloadlibmicrohttpd-35877189f6be4a7a0c2057cf750beb1acb47fe03.tar.gz
libmicrohttpd-35877189f6be4a7a0c2057cf750beb1acb47fe03.zip
cosmetics for Markus
Diffstat (limited to 'src')
-rw-r--r--src/include/microhttpd.h2
-rw-r--r--src/microhttpd/mhd_send.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 4f8f685a..e6090fbb 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
132 * Current version of the library. 132 * Current version of the library.
133 * 0x01093001 = 1.9.30-1. 133 * 0x01093001 = 1.9.30-1.
134 */ 134 */
135#define MHD_VERSION 0x00096700 135#define MHD_VERSION 0x00096701
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".
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>