aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
authorChristoph Scholtes <[email protected]>2011-05-17 21:03:15 -0600
committerChristoph Scholtes <[email protected]>2011-05-17 21:03:15 -0600
commit3c24731f34709a8a3ed11a5546ff6b0c7a958f2a (patch)
treed66b7a608afb6d0610c339a127ff1ddf183c4583 /src/menu.c
parent8e1f5610993de1a9522fcdca2225bc7544acc4c1 (diff)
Last commit was missing updated source file.
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu.c b/src/menu.c
index d2486439fd..e4338f349f 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -21,6 +21,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>
#include <stdio.h>
#include <setjmp.h>
+#include <limits.h> /* for INT_MAX */
#include "lisp.h"
#include "keyboard.h"