diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-08-28 17:45:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-08-28 17:45:30 +0000 |
commit | 33aa9315414dca1218b3c88b0c5ffc89d4379974 (patch) | |
tree | 1594150f11001adb185809b5f593ed4be14f3dbe /tmux.c | |
parent | 0abb4ca413d3df152a969d5141622771ddc1f9fa (diff) | |
download | rtmux-33aa9315414dca1218b3c88b0c5ffc89d4379974.tar.gz rtmux-33aa9315414dca1218b3c88b0c5ffc89d4379974.tar.bz2 rtmux-33aa9315414dca1218b3c88b0c5ffc89d4379974.zip |
Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 <nicm@users.sourceforge.net> @@ -20,7 +20,6 @@ #include <sys/wait.h> #include <errno.h> -#include <poll.h> #include <pwd.h> #include <signal.h> #include <stdlib.h> |