summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorrpj <rpj>2011-07-01 15:29:21 +0000
committerrpj <rpj>2011-07-01 15:29:21 +0000
commitcb05db9044ede1192aab44e5bd09561ee48c9146 (patch)
tree391a965868ea73ce8ebde19d2fb914660389b49e /implement.h
parent32d96aabf7de0c4db5a8bf0dd214cea102b9c07c (diff)
See the ChangeLog
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/implement.h b/implement.h
index 7a3e0a2..bae4bff 100644
--- a/implement.h
+++ b/implement.h
@@ -68,6 +68,10 @@ typedef VOID (APIENTRY *PAPCFUNC)(DWORD dwParam);
#include <malloc.h>
#endif
+#if defined(__CLEANUP_C)
+# include <setjmp.h>
+#endif
+
#if !defined(INT_MAX)
#include <limits.h>
#endif