diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-09-06 21:29:36 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-09-06 21:29:36 +0100 |
commit | fe536457cca384fdaa5fcf80236404cfaafc38f9 (patch) | |
tree | e2e4c050fe87253eb5888590038140257216c7a2 | |
parent | 76688d204071b76fd3388e46e944e4b917c09625 (diff) | |
download | rtmux-fe536457cca384fdaa5fcf80236404cfaafc38f9.tar.gz rtmux-fe536457cca384fdaa5fcf80236404cfaafc38f9.tar.bz2 rtmux-fe536457cca384fdaa5fcf80236404cfaafc38f9.zip |
Fix includes
Let compat/ work out the includes; otherwise works on OpenBSD.
-rw-r--r-- | cfg.c | 1 | ||||
-rw-r--r-- | log.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -24,7 +24,6 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <util.h> #include "tmux.h" @@ -23,7 +23,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <vis.h> #include "tmux.h" |