From 97b5df35b1b4d255f8d9eef55f0a169c0b16f0e0 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Mon, 25 Mar 2013 15:26:15 +0000 Subject: Portability fix-ups * Ammend the Makefile to include newer commands. * "compat/vis.h" versus * Removal of cmd-send-prefix.c and cmd-show-buffer.c * osdep-* for processes. BUG-ID: N/A --- cmd-save-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-save-buffer.c') diff --git a/cmd-save-buffer.c b/cmd-save-buffer.c index f1d2808b..20102a44 100644 --- a/cmd-save-buffer.c +++ b/cmd-save-buffer.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include "compat/vis.h" #include "tmux.h" -- cgit