projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12fa877
)
we include errno.h to truly know if we have ECONNRESET or not
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 2 Feb 2004 11:59:42 +0000
(11:59 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 2 Feb 2004 11:59:42 +0000
(11:59 +0000)
lib/setup.h
patch
|
blob
|
history
diff --git
a/lib/setup.h
b/lib/setup.h
index 3ba33dd3203d8c4a28bd8bf19970db954a696eac..66e7a8670a019581d59425fccf94d72e4a91e13d 100644
(file)
--- a/
lib/setup.h
+++ b/
lib/setup.h
@@
-83,6
+83,7
@@
typedef unsigned char bool;
#ifdef HAVE_ASSERT_H
#include <assert.h>
#endif
+#include <errno.h>
#ifndef OS
#ifdef WIN32