commit 6ef62209cbc672ed4df5b92c5903e9a12b5496b1
parent c57068f727bc05e6e93c5815d58dd13d20aed02e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 7 Sep 2015 11:58:44 +0000
connection_https.c: include "connection.h" alongside with "connection_https.h"
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/microhttpd/connection_https.c b/src/microhttpd/connection_https.c
@@ -27,6 +27,7 @@
*/
#include "internal.h"
+#include "connection.h"
#include "connection_https.h"
#include "memorypool.h"
#include "response.h"