diff options
Diffstat (limited to 'time/tst-strptime2.c')
-rw-r--r-- | time/tst-strptime2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tst-strptime2.c b/time/tst-strptime2.c index 9273568b6f..8019e7f5d8 100644 --- a/time/tst-strptime2.c +++ b/time/tst-strptime2.c @@ -4,7 +4,7 @@ #include <stdbool.h> #include <stdio.h> #include <time.h> -#include <libc-internal.h> +#include <libc-diag.h> /* Dummy string is used to match strptime's %s specifier. */ |