diff options
Diffstat (limited to 'stdlib/bug-getcontext.c')
-rw-r--r-- | stdlib/bug-getcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/bug-getcontext.c b/stdlib/bug-getcontext.c index c407212..163400a 100644 --- a/stdlib/bug-getcontext.c +++ b/stdlib/bug-getcontext.c @@ -5,7 +5,7 @@ #include <stdio.h> #include <stdlib.h> #include <ucontext.h> -#include <libc-internal.h> +#include <libc-diag.h> static int do_test (void) |