Commit dd1f495c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 12fa877f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ typedef unsigned char bool;
#ifdef HAVE_ASSERT_H
#include <assert.h>
#endif
#include <errno.h>

#ifndef OS
#ifdef WIN32