summaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-09-25 20:33:53 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-09-25 20:33:53 +0000
commit44b368e22098cc2d080a0e7695e46d7cef8db83d (patch)
tree72ed2bc2c2d3aecd6b9e212cc642edf0a22704dc /log.c
parent48182243b74202dc8858985e28205cf42add6183 (diff)
time.h
Diffstat (limited to 'log.c')
-rw-r--r--log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/log.c b/log.c
index f81c2bb4..1c8c32c8 100644
--- a/log.c
+++ b/log.c
@@ -1,4 +1,4 @@
-/* $Id: log.c,v 1.6 2008-09-25 20:08:52 nicm Exp $ */
+/* $Id: log.c,v 1.7 2008-09-25 20:31:19 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
+#include <time.h>
#include "tmux.h"