Linux build fixes

Linux doesn't have vis.h
This commit is contained in:
Thomas Adam 2017-06-05 12:00:52 +01:00
parent e62e17d046
commit a999f6f876

View File

@ -21,7 +21,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <vis.h>
#include "tmux.h"