From: Eli Zaretskii Date: Mon, 1 Sep 2014 14:44:33 +0000 (+0300) Subject: src/lastfile.c: Fix last change. X-Git-Tag: emacs-25.0.90~2635^2~679^2~375 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d033ecb9d8189a7e6b1230e86dacb253dedb055;p=emacs.git src/lastfile.c: Fix last change. --- diff --git a/src/lastfile.c b/src/lastfile.c index e7136e069d0..84b28b0311b 100644 --- a/src/lastfile.c +++ b/src/lastfile.c @@ -36,7 +36,7 @@ along with GNU Emacs. If not, see . */ #include -#include +#include "lisp.h" char my_edata[] = "End of Emacs initialized data";