Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>, François Gouget <fgouget@codeweavers.com>, Alexandre Julliard <julliard@codeweavers.com>
Implement setjmp/setjmp3 and longjmp.

diff --git a/include/Makefile.in b/include/Makefile.in
index b7a4618..ce440e2 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -65,6 +65,7 @@
 	msvcrt/mbstring.h \
 	msvcrt/process.h \
 	msvcrt/search.h \
+	msvcrt/setjmp.h \
 	msvcrt/share.h \
 	msvcrt/stddef.h \
 	msvcrt/stdio.h \