From bac982d2c8c6c7d3cd7ef64b441836104ab28c96 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 20 Nov 2015 19:37:55 +0000 Subject: [PATCH] Fix: fixed missing includes of standard headers. This fixes missing includes of standard headers. This seems to happened as a result of cleaning up the protocol code. --- httpp/encoding.c | 1 + 1 file changed, 1 insertion(+) diff --git a/httpp/encoding.c b/httpp/encoding.c index 70d2b34..4a4dd4e 100644 --- a/httpp/encoding.c +++ b/httpp/encoding.c @@ -27,6 +27,7 @@ #endif #include +#include #include #include #include