]> code.delx.au - gnu-emacs/blobdiff - src/w32xfns.c
Fix hang for mouse press on menubar but not on an item (Bug#6499).
[gnu-emacs] / src / w32xfns.c
index 5bf39967e85b91a236cbf6452a25a1110ba1e394..d77eb6b68eacc9f1d3e6d503b20604fb134df4b6 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions taken directly from X sources for use with the Microsoft W32 API.
    Copyright (C) 1989, 1992, 1993, 1994, 1995, 1999, 2001, 2002, 2003,
-                 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+                 2004, 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -20,6 +20,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <config.h>
 #include <signal.h>
 #include <stdio.h>
+#include <setjmp.h>
 #include "lisp.h"
 #include "keyboard.h"
 #include "frame.h"