From c90e3485795f561e38cd67f64892a37788fa14dc Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 21 Nov 2015 01:47:02 +0000 Subject: examples: Fixed compilation warnings pop3-multi.c:96:5: warning: implicit declaration of function 'memset' imap-multi.c:96:5: warning: implicit declaration of function 'memset' http2-download.c:226:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset' --- docs/examples/http2-download.c | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/examples/http2-download.c') diff --git a/docs/examples/http2-download.c b/docs/examples/http2-download.c index 8b0650734..d4f111cf1 100644 --- a/docs/examples/http2-download.c +++ b/docs/examples/http2-download.c @@ -25,6 +25,7 @@ */ #include #include +#include /* somewhat unix-specific */ #include -- cgit v1.2.3