From: Daniel Stenberg Date: Mon, 2 Feb 2004 11:59:42 +0000 (+0000) Subject: we include errno.h to truly know if we have ECONNRESET or not X-Git-Tag: cares-1_1_0~393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd1f495c2f660881fcbafbc95b4c5dc02588f407;p=curl we include errno.h to truly know if we have ECONNRESET or not --- diff --git a/lib/setup.h b/lib/setup.h index 3ba33dd32..66e7a8670 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -83,6 +83,7 @@ typedef unsigned char bool; #ifdef HAVE_ASSERT_H #include #endif +#include #ifndef OS #ifdef WIN32