diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-09-25 20:33:53 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-09-25 20:33:53 +0000 |
commit | 44b368e22098cc2d080a0e7695e46d7cef8db83d (patch) | |
tree | 72ed2bc2c2d3aecd6b9e212cc642edf0a22704dc /status.c | |
parent | 48182243b74202dc8858985e28205cf42add6183 (diff) | |
download | rtmux-44b368e22098cc2d080a0e7695e46d7cef8db83d.tar.gz rtmux-44b368e22098cc2d080a0e7695e46d7cef8db83d.tar.bz2 rtmux-44b368e22098cc2d080a0e7695e46d7cef8db83d.zip |
time.h
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: status.c,v 1.46 2008-09-25 20:08:54 nicm Exp $ */ +/* $Id: status.c,v 1.47 2008-09-25 20:33:53 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -21,6 +21,7 @@ #include <stdarg.h> #include <string.h> +#include <time.h> #include "tmux.h" |