diff options
author | Yang Tse <yangsita@gmail.com> | 2011-07-25 04:08:08 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-07-25 04:08:08 +0200 |
commit | 0337b871975ab515c513d2c5d596feb9a489494d (patch) | |
tree | 00eb1adfdf5e4394ef3b307aa7a4eb9d93c88c5c /lib/formdata.c | |
parent | 0a26b0e3e7e5cb616a03dd428c24e660a60d57ce (diff) | |
download | curl-0337b871975ab515c513d2c5d596feb9a489494d.tar.gz |
time.h and sys/time.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/formdata.c')
-rw-r--r-- | lib/formdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formdata.c b/lib/formdata.c index aa5a79ac1..e6ab124aa 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -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" |