mirror of
https://github.com/curl/curl.git
synced 2026-05-18 00:56:20 +03:00
".\lib\easy.h" shadows for <curl/easy.h> in Watcom.
Force including ../include/curl/easy.h.
This commit is contained in:
parent
2e62458eef
commit
a1813e2b2d
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue