1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-04 02:18:02 -05:00

".\lib\easy.h" shadows for <curl/easy.h> in Watcom.

Force including ../include/curl/easy.h.
This commit is contained in:
Gisle Vanem 2005-01-11 14:59:24 +00:00
parent 2e62458eef
commit a1813e2b2d

View File

@ -23,6 +23,10 @@
* $Id$ * $Id$
***************************************************************************/ ***************************************************************************/
/* This file shadows for <curl/easy.h> in some compilers
*/
#include <curl/easy.h>
/* /*
* Prototypes for library-wide functions provided by easy.c * Prototypes for library-wide functions provided by easy.c
*/ */