".\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 1ef053c..1a9e0d8 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
  */