Commit a1813e2b authored by Gisle Vanem's avatar Gisle Vanem
Browse files

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

Force including ../include/curl/easy.h.
parent 2e62458e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
 */