Mercurial > emacs
diff src/nsselect.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 | 65c6cc4bd9c8 |
| children | 1d1d5d9bd884 |
line wrap: on
line diff
--- 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 <setjmp.h> #include "lisp.h" #include "nsterm.h"
