Include time.h
>From eedafe663ee5f9c3b87e3fe7010eaeaf5f0acf9f Mon Sep 17 00:00:00 2001 From: Clint Adams <sch...@debian.org> Date: Tue, 12 Jan 2010 20:20:28 -0500 Subject: [PATCH] Include time.h
--- micro_proxy.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/micro_proxy.c b/micro_proxy.c index 78e317f..0d5c8b7 100644 --- a/micro_proxy.c +++ b/micro_proxy.c @@ -38,6 +38,7 @@ #include <netdb.h> #include <fcntl.h> #include <syslog.h> +#include <time.h> #define SERVER_NAME "micro_proxy" -- 1.6.5