we include errno.h to truly know if we have ECONNRESET or not

This commit is contained in:
Daniel Stenberg 2004-02-02 11:59:42 +00:00
parent 12fa877f00
commit dd1f495c2f

View File

@ -83,6 +83,7 @@ typedef unsigned char bool;
#ifdef HAVE_ASSERT_H
#include <assert.h>
#endif
#include <errno.h>
#ifndef OS
#ifdef WIN32