From 417bac4055ce215d3edb34f33f46e1dedaab48bb Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 25 Oct 2008 16:15:21 +0000 Subject: add missing header inclusions --- lib/hash.c | 7 +++++-- lib/multi.c | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/hash.c b/lib/hash.c index 3fcb44e4f..f7d072482 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -28,9 +28,12 @@ #include "hash.h" #include "llist.h" -#include "memory.h" -/* this must be the last include file */ +#define _MPRINTF_REPLACE /* use our functions only */ +#include + +#include "memory.h" +/* The last #include file should be: */ #include "memdebug.h" static void diff --git a/lib/multi.c b/lib/multi.c index e503a11a2..a91c8d766 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -37,13 +37,16 @@ #include "url.h" #include "connect.h" #include "progress.h" -#include "memory.h" #include "easyif.h" #include "multiif.h" #include "sendf.h" #include "timeval.h" #include "http.h" +#define _MPRINTF_REPLACE /* use our functions only */ +#include + +#include "memory.h" /* The last #include file should be: */ #include "memdebug.h" -- cgit v1.2.3