From ef71ff4c7e27a04344d8ddcca7e7d3e2822e38bf Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 3 Jan 2024 05:22:15 +0100 Subject: [PATCH] Don't include sheap.h in sysdep.c The symbol we used from sheap.h (bss_sbrk_did_unexec) was removed with the introduction of the portable dumper. * src/sysdep.c: Don't include "sheap.h". --- src/sysdep.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sysdep.c b/src/sysdep.c index 78379934347..3a6829dd27a 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -36,7 +36,6 @@ along with GNU Emacs. If not, see . */ #include #include "lisp.h" -#include "sheap.h" #include "sysselect.h" #include "blockinput.h" -- 2.39.5