diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-25 16:15:21 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-25 16:15:21 +0000 |
commit | 417bac4055ce215d3edb34f33f46e1dedaab48bb (patch) | |
tree | 73ffff00308d70c36938554eb70d7c57ddb8f167 /lib/hash.c | |
parent | e9c94cdd49b49266fab7b46ef613ac1ace38a7d3 (diff) | |
download | curl-417bac4055ce215d3edb34f33f46e1dedaab48bb.tar.gz |
add missing header inclusions
Diffstat (limited to 'lib/hash.c')
-rw-r--r-- | lib/hash.c | 7 |
1 files changed, 5 insertions, 2 deletions
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 <curl/mprintf.h> + +#include "memory.h" +/* The last #include file should be: */ #include "memdebug.h" static void |