From 33aa9315414dca1218b3c88b0c5ffc89d4379974 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 28 Aug 2008 17:45:30 +0000 Subject: Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. --- tmux.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index 48726d4b..605f6854 100644 --- a/tmux.c +++ b/tmux.c @@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.73 2008-08-08 17:35:42 nicm Exp $ */ +/* $Id: tmux.c,v 1.74 2008-08-28 17:45:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -20,7 +20,6 @@ #include #include -#include #include #include #include -- cgit