stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h

This commit is contained in:
Yang Tse
2011-07-26 17:23:27 +02:00
parent 983f3d70f9
commit f1586cb477
89 changed files with 50 additions and 369 deletions

View File

@@ -1,6 +1,6 @@
#ifdef CURLDEBUG
#ifndef _CURL_MEMDEBUG_H
#define _CURL_MEMDEBUG_H
#ifndef HEADER_CURL_MEMDEBUG_H
#define HEADER_CURL_MEMDEBUG_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -39,7 +39,6 @@
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include <stdio.h>
#define logfile curl_debuglogfile
@@ -133,7 +132,7 @@ CURL_EXTERN int curl_fclose(FILE *file, int line, const char *source);
#endif /* MEMDEBUG_NODEFINES */
#endif /* _CURL_MEMDEBUG_H */
#endif /* HEADER_CURL_MEMDEBUG_H */
#endif /* CURLDEBUG */
#ifndef fake_sclose