Commit bb9e5565 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

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

Force including ../include/curl/multi.h.
parent 29102bef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
 */
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
#include <idna.h>
#endif

#include "multi.h"
#include "strerror.h"

#define _MPRINTF_REPLACE /* use our functions only */