aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-05-31 18:04:57 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-05-31 18:04:57 +0000
commitabe745f99126838079e8d70318983a3b66356573 (patch)
tree7c8360cb3e4bce84c766ac6227e32a268ebe0340
parent8f33e8494e683f8a87024854d95d02fcba3a725d (diff)
downloadrtmux-abe745f99126838079e8d70318983a3b66356573.tar.gz
rtmux-abe745f99126838079e8d70318983a3b66356573.tar.bz2
rtmux-abe745f99126838079e8d70318983a3b66356573.zip
Add limits.h
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
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 <nicm@users.sourceforge.net>
@@ -36,6 +36,7 @@
#include "compat/tree.h"
#endif
+#include <limits.h>
#include <poll.h>
#include <signal.h>
#include <stdarg.h>