diff options
author | 2014-10-20 23:27:14 +0000 | |
---|---|---|
committer | 2014-10-20 23:27:14 +0000 | |
commit | 26529d6f1f271c5f6986c5143821a95677eb1285 (patch) | |
tree | a09a95ea5b3f5e4cc808c09f3af4e00b227ddb9f /usr.bin/tmux/cmd-confirm-before.c | |
parent | Move suspend-client code into detach-client. (diff) | |
download | wireguard-openbsd-26529d6f1f271c5f6986c5143821a95677eb1285.tar.xz wireguard-openbsd-26529d6f1f271c5f6986c5143821a95677eb1285.zip |
Tidy up some includes.
Diffstat (limited to 'usr.bin/tmux/cmd-confirm-before.c')
-rw-r--r-- | usr.bin/tmux/cmd-confirm-before.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tmux/cmd-confirm-before.c b/usr.bin/tmux/cmd-confirm-before.c index 8116b3dd712..26dab68bb1d 100644 --- a/usr.bin/tmux/cmd-confirm-before.c +++ b/usr.bin/tmux/cmd-confirm-before.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-confirm-before.c,v 1.21 2014/10/20 22:29:25 nicm Exp $ */ +/* $OpenBSD: cmd-confirm-before.c,v 1.22 2014/10/20 23:27:14 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha <me@tiagocunha.org> @@ -16,6 +16,8 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/types.h> + #include <ctype.h> #include <stdlib.h> #include <string.h> |