mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:43:32 +03:00
time.h and sys/time.h inclusion conditionally done in setup_once.h
This commit is contained in:
parent
0a26b0e3e7
commit
0337b87197
15 changed files with 1 additions and 64 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue