diff options
Diffstat (limited to 'src/w32font.c')
-rw-r--r-- | src/w32font.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32font.c b/src/w32font.c index 995500aa0e4..69462512ca3 100644 --- a/src/w32font.c +++ b/src/w32font.c @@ -21,6 +21,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <math.h> #include <ctype.h> #include <commdlg.h> +#include <setjmp.h> #include "lisp.h" #include "w32term.h" |