diff options
Diffstat (limited to 'stdio-common/tst-unlockedio.c')
-rw-r--r-- | stdio-common/tst-unlockedio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tst-unlockedio.c b/stdio-common/tst-unlockedio.c index 6eec6fdbac..35652ce772 100644 --- a/stdio-common/tst-unlockedio.c +++ b/stdio-common/tst-unlockedio.c @@ -20,7 +20,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#include <libc-internal.h> +#include <libc-diag.h> int fd; static void do_prepare (void); |