]> code.delx.au - gnu-emacs/blobdiff - src/marker.c
Add 2010 to copyright years.
[gnu-emacs] / src / marker.c
index d8021de3d2dd20008fcae0588999e9ea4a556437..b3381f9c369a5d9dce1d852d1d62da1f874d21db 100644 (file)
@@ -1,6 +1,6 @@
 /* Markers: examining, setting and deleting.
    Copyright (C) 1985, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006,
-                 2007, 2008  Free Software Foundation, Inc.
+                 2007, 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/>.  */
 
 
 #include <config.h>
+#include <setjmp.h>
 #include "lisp.h"
 #include "buffer.h"
 #include "character.h"