diff options
author | Yang Tse <yangsita@gmail.com> | 2011-07-24 04:39:43 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-07-24 04:39:43 +0200 |
commit | ef2176109fca302ed89193716b62c3a7113552a3 (patch) | |
tree | 6b791e483e9022b7657ea9bd06ed1cbdee7958ab /lib/config-dos.h | |
parent | 27b8814017a19009b22e4b51aea1ae711ec20459 (diff) | |
download | curl-ef2176109fca302ed89193716b62c3a7113552a3.tar.gz |
errno.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/config-dos.h')
-rw-r--r-- | lib/config-dos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config-dos.h b/lib/config-dos.h index 35d21aae2..694a30465 100644 --- a/lib/config-dos.h +++ b/lib/config-dos.h @@ -40,6 +40,7 @@ #define PACKAGE "curl" #define HAVE_ARPA_INET_H 1 +#define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETNAMEINFO 1 |