]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
".\lib\easy.h" shadows for <curl/easy.h> in Watcom.
authorGisle Vanem <gvanem@broadpark.no>
Tue, 11 Jan 2005 14:59:24 +0000 (14:59 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Tue, 11 Jan 2005 14:59:24 +0000 (14:59 +0000)
Force including ../include/curl/easy.h.

lib/easy.h

index 1ef053c91e93d8b132dbcac139644ad4028c75d3..1a9e0d8d60fb7706930b1a7294221738302739f8 100644 (file)
  * $Id$
  ***************************************************************************/
 
+/* This file shadows for <curl/easy.h> in some compilers
+ */
+#include <curl/easy.h>
+
 /*
  * Prototypes for library-wide functions provided by easy.c
  */