Mercurial > emacs
diff src/nsimage.m @ 105676:bb413968898a
* nsterm.m:
* nsselect.m:
* nsmenu.m:
* nsimage.m:
* nsfont.m:
* nsfns.m: Include setjmp.h. (Bug#4643)
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Mon, 19 Oct 2009 16:58:18 +0000 |
| parents | d5a3427bfd72 |
| children | 1d1d5d9bd884 |
line wrap: on
line diff
--- 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 <setjmp.h> #include "lisp.h" #include "dispextern.h"
