diff options
Diffstat (limited to 'string')
-rw-r--r-- | string/tester.c | 2 | ||||
-rw-r--r-- | string/tst-endian.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/string/tester.c b/string/tester.c index ec35024..4b928b4 100644 --- a/string/tester.c +++ b/string/tester.c @@ -32,7 +32,7 @@ #include <string.h> #include <strings.h> #include <fcntl.h> -#include <libc-internal.h> +#include <libc-diag.h> #define STREQ(a, b) (strcmp((a), (b)) == 0) diff --git a/string/tst-endian.c b/string/tst-endian.c index 7d39131..d3c7c2c 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: |