".\lib\multi.h" shadows for <curl/multi.h> in Watcom.
Force including ../include/curl/multi.h.
This commit is contained in:
parent
29102befa6
commit
bb9e5565f2
@ -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
|
||||
*/
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <idna.h>
|
||||
#endif
|
||||
|
||||
#include "multi.h"
|
||||
#include "strerror.h"
|
||||
|
||||
#define _MPRINTF_REPLACE /* use our functions only */
|
||||
|
Loading…
Reference in New Issue
Block a user