diff options
Diffstat (limited to 'src/unexec.c')
-rw-r--r-- | src/unexec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unexec.c b/src/unexec.c index a6852af7d07..c655583e306 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -204,6 +204,7 @@ static int pagemask; #ifdef emacs +#include <setjmp.h> #include "lisp.h" static |