projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e62458
)
".\lib\easy.h" shadows for <curl/easy.h> in Watcom.
author
Gisle Vanem
<gvanem@broadpark.no>
Tue, 11 Jan 2005 14:59:24 +0000
(14:59 +0000)
committer
Gisle Vanem
<gvanem@broadpark.no>
Tue, 11 Jan 2005 14:59:24 +0000
(14:59 +0000)
Force including ../include/curl/easy.h.
lib/easy.h
patch
|
blob
|
history
diff --git
a/lib/easy.h
b/lib/easy.h
index
1ef053c
..
1a9e0d8
100644
(file)
--- a/
lib/easy.h
+++ b/
lib/easy.h
@@
-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
*/