".\lib\multi.h" shadows for <curl/multi.h> in Watcom.
authorGisle Vanem <gvanem@broadpark.no>
Tue, 11 Jan 2005 14:32:09 +0000 (14:32 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Tue, 11 Jan 2005 14:32:09 +0000 (14:32 +0000)
Force including ../include/curl/multi.h.

lib/multi.h
lib/strerror.c

index 7c514e67d85b40fb4611ec6dac80a26ee322c509..ef84d6a1cb3e2284af51bda83570921314419035 100644 (file)
  * $Id$
  ***************************************************************************/
 
+ /* This file shadows for <curl/multi.h> in some compilers
+ */
+#include <curl/multi.h>
+
 /*
  * Prototypes for library-wide functions provided by multi.c
  */
index ae618c6e4bc7f8bddd07d4fb47a73eb8ddd98945..f07e1df479fa66b5c308f113ed02fe1461bf67db 100644 (file)
@@ -31,6 +31,7 @@
 #include <idna.h>
 #endif
 
+#include "multi.h"
 #include "strerror.h"
 
 #define _MPRINTF_REPLACE /* use our functions only */