diff options
Diffstat (limited to 'arguments.c')
-rw-r--r-- | arguments.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arguments.c b/arguments.c index 20d5e7ba..de3b14bf 100644 --- a/arguments.c +++ b/arguments.c @@ -21,7 +21,7 @@ #include <ctype.h> #include <stdlib.h> #include <string.h> -#include <vis.h> +#include <unistd.h> #include "tmux.h" |