summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
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