]> code.delx.au - gnu-emacs/blobdiff - src/w32proc.c
* fileio.c (Frename_file): Fix last change (Bug#5487).
[gnu-emacs] / src / w32proc.c
index 40829f0d63e6eccdb31aad0e7df36b84ed88e161..9d4d58f123035a9b2e729b2f5145fbfdfbad1aa5 100644 (file)
@@ -1,6 +1,6 @@
 /* Process support for GNU Emacs on the Microsoft W32 API.
    Copyright (C) 1992, 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-                2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+                2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -29,6 +29,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <fcntl.h>
 #include <signal.h>
 #include <sys/file.h>
+#include <setjmp.h>
 
 /* must include CRT headers *before* config.h */