diff --git a/t/t.h b/t/t.h index 77047fa..35d28ea 100644 --- a/t/t.h +++ b/t/t.h @@ -118,6 +118,7 @@ extern const uint8_t t_seq8[256]; * Debugging allocator */ extern int t_malloc_fail; +extern int t_malloc_fail_after; extern int t_malloc_fatal; #ifdef _IONBF /* proxy for */ void t_malloc_printstats(FILE *);