X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/333f9019e29e9b6de3a7ec07448be1d364ba540b..6ffb560b2a940d19419ac5afe11418588ef8c61f:/src/lastfile.c diff --git a/src/lastfile.c b/src/lastfile.c index ab07e74893..1c8e1f33b5 100644 --- a/src/lastfile.c +++ b/src/lastfile.c @@ -1,5 +1,5 @@ /* Mark end of data space to dump as pure, for GNU Emacs. - Copyright (C) 1985, 2001-2011 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 . */ #include +#include "lisp.h" + char my_edata[] = "End of Emacs initialized data"; /* Help unexec locate the end of the .bss area used by Emacs (which