diff --git a/libc/stdlib/atexit.h b/libc/stdlib/atexit.h index 39df2e130..4b3e5aba4 100644 --- a/libc/stdlib/atexit.h +++ b/libc/stdlib/atexit.h @@ -30,6 +30,8 @@ * */ +#include + struct atexit { struct atexit *next; /* next in list */ int ind; /* next index in this table */