]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
#include "strerror.h" to get the strerror proto
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Oct 2004 12:49:38 +0000 (12:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Oct 2004 12:49:38 +0000 (12:49 +0000)
lib/sendf.c

index 43163e61fd21ddbc429421ed2bcf40dcae8508e2..53a0a4e6a2dac19a9dd5104fb63706fd087acbba 100644 (file)
@@ -53,6 +53,7 @@
 #endif
 #include <string.h>
 #include "memory.h"
+#include "strerror.h"
 /* The last #include file should be: */
 #include "memdebug.h"