]> code.delx.au - gnu-emacs/blobdiff - src/filelock.c
xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
[gnu-emacs] / src / filelock.c
index c845a804ae3c033a6a39c79c39d9c513864713d9..3c92d495060e03610842a33ce97ae84b371fc0bc 100644 (file)
@@ -1,6 +1,6 @@
 /* Lock files for editing.
    Copyright (C) 1985, 1986, 1987, 1993, 1994, 1996, 1998, 1999, 2000, 2001,
-                 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+                 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
                  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -24,6 +24,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <sys/stat.h>
 #include <signal.h>
 #include <stdio.h>
+#include <setjmp.h>
 
 #ifdef HAVE_PWD_H
 #include <pwd.h>