aboutsummaryrefslogtreecommitdiff
path: root/cmd-save-buffer.c
diff options
context:
space:
mode:
authorThomas <thomas@xteddy.org>2013-10-11 14:39:22 +0100
committerThomas <thomas@xteddy.org>2013-10-11 14:39:22 +0100
commitf703a30dfe2f3178202ccd5121128d4d3c4bbec8 (patch)
tree5b2c3ae346f0b89a455f72f717e98ef6810c21d9 /cmd-save-buffer.c
parent1a0951959fc65934ed51ce69dd66a67619d95cec (diff)
downloadrtmux-f703a30dfe2f3178202ccd5121128d4d3c4bbec8.tar.gz
rtmux-f703a30dfe2f3178202ccd5121128d4d3c4bbec8.tar.bz2
rtmux-f703a30dfe2f3178202ccd5121128d4d3c4bbec8.zip
Fixup osdep-* specific code
get_proc_name() is osdep_get_name() outside of OpenBSD.
Diffstat (limited to 'cmd-save-buffer.c')
-rw-r--r--cmd-save-buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-save-buffer.c b/cmd-save-buffer.c
index fc56dd8f..3788fc22 100644
--- a/cmd-save-buffer.c
+++ b/cmd-save-buffer.c
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <vis.h>
#include "tmux.h"