Fixes x86 build.

Change-Id: I0e576784b2224668d58ebea03986d534ee0e43b4
diff --git a/libc/tzcode/localtime.c b/libc/tzcode/localtime.c
index 94dc5b9..57e8249 100644
--- a/libc/tzcode/localtime.c
+++ b/libc/tzcode/localtime.c
@@ -2241,7 +2241,7 @@
 #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));