]> code.delx.au - gnu-emacs/blobdiff - src/lastfile.c
Update copyright year to 2015
[gnu-emacs] / src / lastfile.c
index 019a6a9976395c1878511e206d51ae22b2e29b54..1c8e1f33b5c7064f9c26ecf8af01cf632b01a4b4 100644 (file)
@@ -1,5 +1,5 @@
 /* Mark end of data space to dump as pure, for GNU Emacs.
-   Copyright (C) 1985, 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 1985, 2001-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -36,6 +36,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 
+#include "lisp.h"
+
 char my_edata[] = "End of Emacs initialized data";
 
 /* Help unexec locate the end of the .bss area used by Emacs (which