mirror of
https://github.com/curl/curl.git
synced 2026-05-06 15:47:28 +03:00
we include errno.h to truly know if we have ECONNRESET or not
This commit is contained in:
parent
12fa877f00
commit
dd1f495c2f
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ typedef unsigned char bool;
|
|||
#ifdef HAVE_ASSERT_H
|
||||
#include <assert.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
#ifndef OS
|
||||
#ifdef WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue