summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/paste.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2016-10-12 09:07:58 +0000
committernicm <nicm@openbsd.org>2016-10-12 09:07:58 +0000
commit45b608c5a1a0db42f7fbe206fb26dcabfdaa7062 (patch)
tree5523025032f209d56da8d096f36b83e365f29c84 /usr.bin/tmux/paste.c
parentenable vmm (diff)
downloadwireguard-openbsd-45b608c5a1a0db42f7fbe206fb26dcabfdaa7062.tar.xz
wireguard-openbsd-45b608c5a1a0db42f7fbe206fb26dcabfdaa7062.zip
Unused variable and missing time.h.
Diffstat (limited to 'usr.bin/tmux/paste.c')
-rw-r--r--usr.bin/tmux/paste.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/paste.c b/usr.bin/tmux/paste.c
index f164b715d97..7d4c716642e 100644
--- a/usr.bin/tmux/paste.c
+++ b/usr.bin/tmux/paste.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: paste.c,v 1.37 2016/10/11 13:45:47 nicm Exp $ */
+/* $OpenBSD: paste.c,v 1.38 2016/10/12 09:07:58 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -17,10 +17,10 @@
*/
#include <sys/types.h>
-#include <sys/time.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <vis.h>
#include "tmux.h"