From be53d7f298bb81297ff0d186f9ddb585a2e57198 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 18 Jun 2008 20:11:25 +0000 Subject: More Sun OS crap. --- compat/daemon.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'compat/daemon.c') diff --git a/compat/daemon.c b/compat/daemon.c index 420f58dc..06384ec8 100644 --- a/compat/daemon.c +++ b/compat/daemon.c @@ -29,10 +29,13 @@ */ #include -#include #include #include +#ifndef NO_PATHS_H +#include +#endif + #include "tmux.h" int -- cgit