diff options
Diffstat (limited to 'string/tst-endian.c')
-rw-r--r-- | string/tst-endian.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/tst-endian.c b/string/tst-endian.c index 7d39131a68..d3c7c2c4c5 100644 --- a/string/tst-endian.c +++ b/string/tst-endian.c @@ -3,7 +3,7 @@ #include <inttypes.h> #include <stdio.h> #include <stdint.h> -#include <libc-internal.h> +#include <libc-diag.h> #if __GNUC_PREREQ (6, 0) /* GCC 6.0 warns on big endian systems about: |