From dd1f495c2f660881fcbafbc95b4c5dc02588f407 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Feb 2004 11:59:42 +0000 Subject: we include errno.h to truly know if we have ECONNRESET or not --- lib/setup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/setup.h') 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 -- cgit v1.2.3