we include errno.h to truly know if we have ECONNRESET or not
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2004 11:59:42 +0000 (11:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2004 11:59:42 +0000 (11:59 +0000)
lib/setup.h

index 3ba33dd3203d8c4a28bd8bf19970db954a696eac..66e7a8670a019581d59425fccf94d72e4a91e13d 100644 (file)
@@ -83,6 +83,7 @@ typedef unsigned char bool;
 #ifdef HAVE_ASSERT_H
 #include <assert.h>
 #endif
+#include <errno.h>
 
 #ifndef OS
 #ifdef WIN32