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

Force including ../include/curl/multi.h.
This commit is contained in:
Gisle Vanem 2005-01-11 14:32:09 +00:00
parent 29102befa6
commit bb9e5565f2
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,10 @@
* $Id$
***************************************************************************/
/* This file shadows for <curl/multi.h> in some compilers
*/
#include <curl/multi.h>
/*
* Prototypes for library-wide functions provided by multi.c
*/

View File

@ -31,6 +31,7 @@
#include <idna.h>
#endif
#include "multi.h"
#include "strerror.h"
#define _MPRINTF_REPLACE /* use our functions only */