add missing header inclusions

This commit is contained in:
Yang Tse 2008-10-25 16:15:21 +00:00
parent e9c94cdd49
commit 417bac4055
3 changed files with 13 additions and 4 deletions

View file

@ -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

View file

@ -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 <curl/mprintf.h>
#include "memory.h"
/* The last #include file should be: */
#include "memdebug.h"