]> code.delx.au - gnu-emacs/blobdiff - src/vm-limit.c
Fix Myanmar OTF support
[gnu-emacs] / src / vm-limit.c
index ef920d42f78f2a31512f5a62e0840e11778eae9e..a5b07eb50da0229253b266d913f5364bbf17d9cf 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions for memory limit warnings.
    Copyright (C) 1990, 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-                 2008  Free Software Foundation, Inc.
+                 2008, 2009, 2010  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -19,6 +19,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifdef emacs
 #include <config.h>
+#include <setjmp.h>
 #include "lisp.h"
 #endif