From: Daniel Stenberg Date: Tue, 12 Oct 2004 12:49:38 +0000 (+0000) Subject: #include "strerror.h" to get the strerror proto X-Git-Tag: curl-7_12_2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=411e9b0c4533cd71b08997dd6b06c024f5a6d152;p=thirdparty%2Fcurl.git #include "strerror.h" to get the strerror proto --- diff --git a/lib/sendf.c b/lib/sendf.c index 43163e61fd..53a0a4e6a2 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -53,6 +53,7 @@ #endif #include #include "memory.h" +#include "strerror.h" /* The last #include file should be: */ #include "memdebug.h"