From 19b7946a85962f9458325637ff3559bca1286c6b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 18 Jun 2008 19:34:50 +0000 Subject: Start of Solaris port. --- tmux.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index 9cf028f3..df9f2d2e 100644 --- a/tmux.c +++ b/tmux.c @@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.58 2008-06-18 18:52:44 nicm Exp $ */ +/* $Id: tmux.c,v 1.59 2008-06-18 19:34:50 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -20,7 +20,6 @@ #include #include -#include #include #include #include @@ -29,6 +28,10 @@ #include #include +#ifndef NO_PATHS_H +#include +#endif + #include "tmux.h" #ifdef DEBUG -- cgit