Commit cd7c8b7a authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Relucantly include <time.h> for time_t. We'll have to clean up our header

files at some point.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@720 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7913d205
......@@ -2,6 +2,8 @@
* $Id$
*/
#include <time.h>
/* from libvarnish/argv.c */
void FreeArgv(char **argv);
char **ParseArgv(const char *s, int comment);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment