diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-25 17:02:59 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-25 17:02:59 +0000 |
commit | 802e129fd7b9c383e8fcad03caa051e0583c199f (patch) | |
tree | 0f7fa0e65b59bbd6e6eddf1610da3ff4048972e2 /server-fn.c | |
parent | f1463ff3c11f7d84039bad43fe79c90ec6563b44 (diff) | |
download | rtmux-802e129fd7b9c383e8fcad03caa051e0583c199f.tar.gz rtmux-802e129fd7b9c383e8fcad03caa051e0583c199f.tar.bz2 rtmux-802e129fd7b9c383e8fcad03caa051e0583c199f.zip |
Start of portability update: bitstring.h.
Diffstat (limited to 'server-fn.c')
-rw-r--r-- | server-fn.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server-fn.c b/server-fn.c index 81116b1b..8d8bf7ad 100644 --- a/server-fn.c +++ b/server-fn.c @@ -1,4 +1,4 @@ -/* $Id: server-fn.c,v 1.63 2009-06-25 16:21:32 nicm Exp $ */ +/* $Id: server-fn.c,v 1.64 2009-06-25 17:02:59 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -20,6 +20,7 @@ #include <sys/time.h> #include <string.h> +#include <time.h> #include <unistd.h> #include "tmux.h" |