summaryrefslogtreecommitdiff
path: root/src/nsimage.m
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-10-19 16:58:18 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-10-19 16:58:18 +0000
commitb024548b44eb4f174dcd880f19717c23f95943b2 (patch)
tree6ea0a400d7f0a9267ad134e9d04a591dbbc32c46 /src/nsimage.m
parent554efd10170fa345267d371205a91320b1389039 (diff)
downloademacs-b024548b44eb4f174dcd880f19717c23f95943b2.tar.gz
* nsterm.m:
* nsselect.m: * nsmenu.m: * nsimage.m: * nsfont.m: * nsfns.m: Include setjmp.h. (Bug#4643)
Diffstat (limited to 'src/nsimage.m')
-rw-r--r--src/nsimage.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nsimage.m b/src/nsimage.m
index 87499b0a232..1f31a8c961c 100644
--- a/src/nsimage.m
+++ b/src/nsimage.m
@@ -28,6 +28,7 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu)
/* 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"