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 c34dc456a7..8684bb232b 100644 --- a/string/tst-endian.c +++ b/string/tst-endian.c @@ -2,7 +2,7 @@ #include <endian.h> #include <inttypes.h> #include <stdio.h> - +#include <stdint.h> static int do_test (void) |