diff options
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32.c b/src/w32.c index e8b7abc082e..786f8e2a848 100644 --- a/src/w32.c +++ b/src/w32.c @@ -34,6 +34,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <sys/utime.h> #include <mbstring.h> /* for _mbspbrk */ #include <math.h> +#include <setjmp.h> /* must include CRT headers *before* config.h */ |