fix compiler warning

This commit is contained in:
Yang Tse
2011-07-26 19:42:16 +02:00
parent f1586cb477
commit 78bbd0eecf
5 changed files with 19 additions and 9 deletions

View File

@@ -27,14 +27,22 @@
* responses with a pre-written string saved in test case test2005.
*/
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#define CURL_NO_OLDIES
#include "setup.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#define ENABLE_CURLX_PRINTF
#include "curlx.h" /* from the private lib dir */
#include "getpart.h"
#include "util.h"
/* include memdebug.h last */
#include "memdebug.h"
#ifndef DEFAULT_LOGFILE
#define DEFAULT_LOGFILE "log/fake_ntlm.log"
#endif