diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-12 12:49:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-12 12:49:38 +0000 |
commit | 411e9b0c4533cd71b08997dd6b06c024f5a6d152 (patch) | |
tree | d2132aab7cced7db5b6f8a2aa67a0ac6d0072f75 /lib | |
parent | 3fa1879f6ad176e73344291a1df241559dbbc23a (diff) |
#include "strerror.h" to get the strerror proto
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sendf.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> #include "memory.h" +#include "strerror.h" /* The last #include file should be: */ #include "memdebug.h" |