comparison test/thunk/test_thunk.c @ 176:ff0c8ee2bbc7

- testcode: missing include fixed
author cslag
date Thu, 09 Feb 2017 16:04:51 +0100
parents bbefb8b8e74c
children 3999750fae28
comparison
equal deleted inserted replaced
175:00dd15cc5c87 176:ff0c8ee2bbc7
38 38
39 #include <assert.h> 39 #include <assert.h>
40 #include <errno.h> 40 #include <errno.h>
41 #include <signal.h> 41 #include <signal.h>
42 #include <setjmp.h> 42 #include <setjmp.h>
43 #include <string.h>
43 44
44 jmp_buf jbuf; 45 jmp_buf jbuf;
45 46
46 47
47 void segv_handler(int sig) 48 void segv_handler(int sig)