diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lastfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ | |||
| 36 | 36 | ||
| 37 | #include <config.h> | 37 | #include <config.h> |
| 38 | 38 | ||
| 39 | #include <lisp.h> | 39 | #include "lisp.h" |
| 40 | 40 | ||
| 41 | char my_edata[] = "End of Emacs initialized data"; | 41 | char my_edata[] = "End of Emacs initialized data"; |
| 42 | 42 | ||