From abe745f99126838079e8d70318983a3b66356573 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 31 May 2008 18:04:57 +0000 Subject: [PATCH] Add limits.h --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.h b/tmux.h index 8073014d..3a3cede0 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.114 2008-01-03 21:32:11 nicm Exp $ */ +/* $Id: tmux.h,v 1.115 2008-05-31 18:04:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -36,6 +36,7 @@ #include "compat/tree.h" #endif +#include #include #include #include