From: nicm Date: Tue, 29 Apr 2014 22:31:22 +0000 (+0000) Subject: fcntl.h is still needed here. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6b59e893a2196e88f8a90cec7a48269a3aa22071;p=openbsd fcntl.h is still needed here. --- diff --git a/usr.bin/tmux/client.c b/usr.bin/tmux/client.c index 1c90079819d..dda8e39b3c6 100644 --- a/usr.bin/tmux/client.c +++ b/usr.bin/tmux/client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.79 2014/04/17 11:38:35 nicm Exp $ */ +/* $OpenBSD: client.c,v 1.80 2014/04/29 22:31:22 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -25,6 +25,7 @@ #include #include +#include #include #include #include