From 44b368e22098cc2d080a0e7695e46d7cef8db83d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 25 Sep 2008 20:33:53 +0000 Subject: time.h --- log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'log.c') 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 @@ -23,6 +23,7 @@ #include #include #include +#include #include "tmux.h" -- cgit