diff options
Diffstat (limited to 'src/sheap.c')
-rw-r--r-- | src/sheap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sheap.c b/src/sheap.c index 96511e68f45..5e327764efe 100644 --- a/src/sheap.c +++ b/src/sheap.c @@ -20,6 +20,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> +#include <setjmp.h> #include "lisp.h" #include <unistd.h> |