diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2005-01-11 14:59:24 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2005-01-11 14:59:24 +0000 |
commit | a1813e2b2d6e0e0fd07077ececa00dd3a3a617db (patch) | |
tree | e29d3fb53430135115c335e34e1fe24747963a86 /lib | |
parent | 2e62458eef908332fc781777ac4003ba4755f618 (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.h | 4 |
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 */ |