time.h and sys/time.h inclusion conditionally done in setup_once.h

This commit is contained in:
Yang Tse 2011-07-25 04:08:08 +02:00
parent 0a26b0e3e7
commit 0337b87197
15 changed files with 1 additions and 64 deletions

View file

@ -32,10 +32,10 @@
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <time.h>
#if defined(HAVE_LIBGEN_H) && defined(HAVE_BASENAME)
#include <libgen.h>
#endif
#include "urldata.h" /* for struct SessionHandle */
#include "formdata.h"
#include "curl_rand.h"