]> code.delx.au - gnu-emacs/blobdiff - src/unexcw.c
w32inevt.c (key_event): Remove unnecessary comparison of
[gnu-emacs] / src / unexcw.c
index a7f4b6b2cf6cf060da70a381adb28cf3f2111aa5..4930eb4631597ec31d6e218394857d82198b98f0 100644 (file)
@@ -1,7 +1,7 @@
 /* unexec() support for Cygwin;
    complete rewrite of xemacs Cygwin unexec() code
 
-   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <config.h>
+#include <setjmp.h>
 #include <lisp.h>
 #include <stdio.h>
 #include <fcntl.h>