# HG changeset patch # User Dan Nicolaescu # Date 1255971498 0 # Node ID bb413968898a10473ea25be4ae7cc90c242ab34e # Parent 6a84af00a48096b3fd41a7deff002d1b126630ab * nsterm.m: * nsselect.m: * nsmenu.m: * nsimage.m: * nsfont.m: * nsfns.m: Include setjmp.h. (Bug#4643) diff -r 6a84af00a480 -r bb413968898a src/ChangeLog --- a/src/ChangeLog Mon Oct 19 15:03:24 2009 +0000 +++ b/src/ChangeLog Mon Oct 19 16:58:18 2009 +0000 @@ -60,6 +60,12 @@ * ralloc.c: * process.c: * print.c: + * nsterm.m: + * nsselect.m: + * nsmenu.m: + * nsimage.m: + * nsfont.m: + * nsfns.m: * msdos.c: * minibuf.c: * menu.c: diff -r 6a84af00a480 -r bb413968898a src/nsfns.m --- a/src/nsfns.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsfns.m Mon Oct 19 16:58:18 2009 +0000 @@ -31,6 +31,7 @@ #include #include +#include #include "lisp.h" #include "blockinput.h" diff -r 6a84af00a480 -r bb413968898a src/nsfont.m --- a/src/nsfont.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsfont.m Mon Oct 19 16:58:18 2009 +0000 @@ -23,6 +23,7 @@ /* This should be the first include, as it may set up #defines affecting interpretation of even the system includes. */ #include "config.h" +#include #include "lisp.h" #include "dispextern.h" diff -r 6a84af00a480 -r bb413968898a src/nsimage.m --- a/src/nsimage.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsimage.m Mon Oct 19 16:58:18 2009 +0000 @@ -28,6 +28,7 @@ /* This should be the first include, as it may set up #defines affecting interpretation of even the system includes. */ #include "config.h" +#include #include "lisp.h" #include "dispextern.h" diff -r 6a84af00a480 -r bb413968898a src/nsmenu.m --- a/src/nsmenu.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsmenu.m Mon Oct 19 16:58:18 2009 +0000 @@ -24,6 +24,7 @@ /* This should be the first include, as it may set up #defines affecting interpretation of even the system includes. */ #include "config.h" +#include #include "lisp.h" #include "window.h" diff -r 6a84af00a480 -r bb413968898a src/nsselect.m --- a/src/nsselect.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsselect.m Mon Oct 19 16:58:18 2009 +0000 @@ -28,6 +28,7 @@ /* This should be the first include, as it may set up #defines affecting interpretation of even the system includes. */ #include "config.h" +#include #include "lisp.h" #include "nsterm.h" diff -r 6a84af00a480 -r bb413968898a src/nsterm.m --- a/src/nsterm.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsterm.m Mon Oct 19 16:58:18 2009 +0000 @@ -34,6 +34,7 @@ #include #include #include +#include #include "lisp.h" #include "blockinput.h"