diff options
Diffstat (limited to 'src/w32heap.c')
-rw-r--r-- | src/w32heap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32heap.c b/src/w32heap.c index efdcdfa7107..408917dda1a 100644 --- a/src/w32heap.c +++ b/src/w32heap.c @@ -27,6 +27,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <stdio.h> +#include <setjmp.h> #include "w32heap.h" #include "lisp.h" /* for VALMASK */ |