From 411e9b0c4533cd71b08997dd6b06c024f5a6d152 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Oct 2004 12:49:38 +0000 Subject: [PATCH] #include "strerror.h" to get the strerror proto --- lib/sendf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sendf.c b/lib/sendf.c index 43163e61f..53a0a4e6a 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"