diff options
Diffstat (limited to 'lib/libc/stdlib/abort.c')
| -rw-r--r-- | lib/libc/stdlib/abort.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/abort.c b/lib/libc/stdlib/abort.c index 99001570..466329d1 100644 --- a/lib/libc/stdlib/abort.c +++ b/lib/libc/stdlib/abort.c @@ -1,6 +1,7 @@ + #include <__thread.h> // for __thread_self #include <atomic.h> // for LIBC_LOCK -#include <libc.h> // for (anonymous struct)::(anonymous), (anonymous) +#include <libc.h> // for libc, libc::(anonymous) #include <signal.h> // for SIGABRT, sigaction, SIGKILL, SIG_DFL #include <stdlib.h> // for abort #include <syscall.h> // for __syscall, __syscall_2, __syscall_4 |
