diff options
Diffstat (limited to 'libc/tzcode/localtime.c')
-rw-r--r-- | libc/tzcode/localtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/tzcode/localtime.c b/libc/tzcode/localtime.c index c329e325b..97e4717ca 100644 --- a/libc/tzcode/localtime.c +++ b/libc/tzcode/localtime.c @@ -2194,7 +2194,7 @@ time_t t; #endif /* defined STD_INSPIRED */ #include <stdint.h> -#include <sys/endian.h> +#include <arpa/inet.h> // For ntohl(3). static int __bionic_open_tzdata(const char* olson_id, int* data_size) { int fd = TEMP_FAILURE_RETRY(open(TZDATA_PATH, OPEN_MODE)); |