From 8d033ecb9d8189a7e6b1230e86dacb253dedb055 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 1 Sep 2014 17:44:33 +0300 Subject: [PATCH] src/lastfile.c: Fix last change. --- src/lastfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.11.4.GIT