aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2005-01-11 14:59:24 +0000
committerGisle Vanem <gvanem@broadpark.no>2005-01-11 14:59:24 +0000
commita1813e2b2d6e0e0fd07077ececa00dd3a3a617db (patch)
treee29d3fb53430135115c335e34e1fe24747963a86 /lib
parent2e62458eef908332fc781777ac4003ba4755f618 (diff)
".\lib\easy.h" shadows for <curl/easy.h> in Watcom.
Force including ../include/curl/easy.h.
Diffstat (limited to 'lib')
-rw-r--r--lib/easy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/easy.h b/lib/easy.h
index 1ef053c91..1a9e0d8d6 100644
--- a/lib/easy.h
+++ b/lib/easy.h
@@ -23,6 +23,10 @@
* $Id$
***************************************************************************/
+/* This file shadows for <curl/easy.h> in some compilers
+ */
+#include <curl/easy.h>
+
/*
* Prototypes for library-wide functions provided by easy.c
*/