diff options
| author | 2012-03-24 11:23:19 +0000 | |
|---|---|---|
| committer | 2012-03-24 11:23:19 +0000 | |
| commit | 3402b5bafdfacef0318c53bbf8a3b694631daf4d (patch) | |
| tree | cc2b9829867ec7ec468b525c6cb84f1c4536bbc1 /usr.bin/tmux/client.c | |
| parent | add ZTE HSUSB. (diff) | |
| download | wireguard-openbsd-3402b5bafdfacef0318c53bbf8a3b694631daf4d.tar.xz wireguard-openbsd-3402b5bafdfacef0318c53bbf8a3b694631daf4d.zip | |
Add sys/file.h.
Diffstat (limited to '')
| -rw-r--r-- | usr.bin/tmux/client.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/client.c b/usr.bin/tmux/client.c index 4723fa21942..fc10a08ca7c 100644 --- a/usr.bin/tmux/client.c +++ b/usr.bin/tmux/client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.50 2012/03/19 08:42:06 nicm Exp $ */ +/* $OpenBSD: client.c,v 1.51 2012/03/24 11:23:19 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -17,6 +17,7 @@ */ #include <sys/types.h> +#include <sys/file.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/un.h> |
