summaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-07-24 04:39:43 +0200
committerYang Tse <yangsita@gmail.com>2011-07-24 04:39:43 +0200
commitef2176109fca302ed89193716b62c3a7113552a3 (patch)
tree6b791e483e9022b7657ea9bd06ed1cbdee7958ab /lib/config-win32.h
parent27b8814017a19009b22e4b51aea1ae711ec20459 (diff)
downloadcurl-ef2176109fca302ed89193716b62c3a7113552a3.tar.gz
errno.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 6768dda3c..c4fe1b391 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -39,6 +39,9 @@
/* Define if you have the <crypto.h> header file. */
/* #define HAVE_CRYPTO_H 1 */
+/* Define if you have the <errno.h> header file. */
+#define HAVE_ERRNO_H 1
+
/* Define if you have the <err.h> header file. */
/* #define HAVE_ERR_H 1 */