From: Gisle Vanem Date: Tue, 11 Jan 2005 14:59:24 +0000 (+0000) Subject: ".\lib\easy.h" shadows for in Watcom. X-Git-Tag: curl-7_13_0~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1813e2b2d6e0e0fd07077ececa00dd3a3a617db;p=thirdparty%2Fcurl.git ".\lib\easy.h" shadows for in Watcom. Force including ../include/curl/easy.h. --- diff --git a/lib/easy.h b/lib/easy.h index 1ef053c91e..1a9e0d8d60 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 */