diff options
Diffstat (limited to 'src/w32uniscribe.c')
-rw-r--r-- | src/w32uniscribe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index 9e75b671616..2cb55d4c702 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c @@ -27,6 +27,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define _WIN32_WINNT 0x500 #include <windows.h> #include <usp10.h> +#include <setjmp.h> #include "lisp.h" #include "w32term.h" |