From fe536457cca384fdaa5fcf80236404cfaafc38f9 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sun, 6 Sep 2015 21:29:36 +0100 Subject: Fix includes Let compat/ work out the includes; otherwise works on OpenBSD. --- log.c | 1 - 1 file changed, 1 deletion(-) (limited to 'log.c') diff --git a/log.c b/log.c index 2acc6f0e..b0b22460 100644 --- a/log.c +++ b/log.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "tmux.h" -- cgit