commit c57068f727bc05e6e93c5815d58dd13d20aed02e
parent 9613a64e3bcbe0e90939a86b2cfa8cf2e3ddea5b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 6 Sep 2015 20:35:03 +0000
Include correct header in connection_https.c
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/connection_https.c b/src/microhttpd/connection_https.c
@@ -27,7 +27,7 @@
*/
#include "internal.h"
-#include "connection.h"
+#include "connection_https.h"
#include "memorypool.h"
#include "response.h"
#include "mhd_mono_clock.h"