summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-12 12:49:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-12 12:49:38 +0000
commit411e9b0c4533cd71b08997dd6b06c024f5a6d152 (patch)
treed2132aab7cced7db5b6f8a2aa67a0ac6d0072f75
parent3fa1879f6ad176e73344291a1df241559dbbc23a (diff)
downloadgnurl-411e9b0c4533cd71b08997dd6b06c024f5a6d152.tar.gz
gnurl-411e9b0c4533cd71b08997dd6b06c024f5a6d152.tar.bz2
gnurl-411e9b0c4533cd71b08997dd6b06c024f5a6d152.zip
#include "strerror.h" to get the strerror proto
-rw-r--r--lib/sendf.c1
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"