artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dacfd1
)
fcntl.h is still needed here.
author
nicm
<nicm@openbsd.org>
Tue, 29 Apr 2014 22:31:22 +0000
(22:31 +0000)
committer
nicm
<nicm@openbsd.org>
Tue, 29 Apr 2014 22:31:22 +0000
(22:31 +0000)
usr.bin/tmux/client.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/client.c
b/usr.bin/tmux/client.c
index
1c90079
..
dda8e39
100644
(file)
--- 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 <nicm@users.sourceforge.net>
@@
-25,6
+25,7
@@
#include <errno.h>
#include <event.h>
+#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>