author | Alberto Bertogli
<albertito@blitiri.com.ar> 2009-03-02 22:25:09 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2009-03-02 22:25:09 UTC |
parent | f294e72a09ac447b0aa518a5d914b0e7903665d1 |
nmdb/log.c | +1 | -0 |
diff --git a/nmdb/log.c b/nmdb/log.c index 14c50a6..0a485b9 100644 --- a/nmdb/log.c +++ b/nmdb/log.c @@ -7,6 +7,7 @@ #include <unistd.h> /* write() */ #include <string.h> /* strcmp(), strerror() */ #include <errno.h> /* errno */ +#include <time.h> /* time() and friends */ #include "log.h" #include "common.h"