diff options
Diffstat (limited to 'lib/easy.h')
-rw-r--r-- | lib/easy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/easy.h b/lib/easy.h index 1ef053c91..1a9e0d8d6 100644 --- 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 */ |