]> code.delx.au - gnu-emacs/blobdiff - src/ralloc.c
Fix glitch in scrolling_window (backport from trunk).
[gnu-emacs] / src / ralloc.c
index f5ebb8449ca57374d50f399803f9475807c96792..17654cfeffa39fcb4491d0722aadd8f0eadc7f3b 100644 (file)
@@ -1,6 +1,6 @@
 /* Block-relocating memory allocator.
    Copyright (C) 1993, 1995, 2000, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -26,6 +26,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifdef emacs
 
 #include <config.h>
+#include <setjmp.h>
 #include "lisp.h"              /* Needed for VALBITS.  */
 #include "blockinput.h"