From a1813e2b2d6e0e0fd07077ececa00dd3a3a617db Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Tue, 11 Jan 2005 14:59:24 +0000 Subject: ".\lib\easy.h" shadows for in Watcom. Force including ../include/curl/easy.h. --- lib/easy.h | 4 ++++ 1 file changed, 4 insertions(+) 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 in some compilers + */ +#include + /* * Prototypes for library-wide functions provided by easy.c */ -- cgit v1.2.3