From 4706a9334149f656eef9b5e8888da1ead23b0941 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 16 Jul 2007 21:22:12 +0000 Subject: Fixed some more simple compile warnings in the examples. --- docs/examples/httpput.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/examples/httpput.c') diff --git a/docs/examples/httpput.c b/docs/examples/httpput.c index 8fd423c7d..5b92548a5 100644 --- a/docs/examples/httpput.c +++ b/docs/examples/httpput.c @@ -11,6 +11,7 @@ #include #include #include +#include #include @@ -24,7 +25,7 @@ * http://www.apacheweek.com/features/put */ -size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream) +static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream) { size_t retcode; -- cgit v1.2.3