From 8b95404d001b285220ae7cbef661b0446a02858b Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 18 Oct 2012 13:42:59 -0700 Subject: [PATCH] Fixes x86 build. Change-Id: I0e576784b2224668d58ebea03986d534ee0e43b4 --- libc/tzcode/localtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/tzcode/localtime.c b/libc/tzcode/localtime.c index 94dc5b935..57e824947 100644 --- a/libc/tzcode/localtime.c +++ b/libc/tzcode/localtime.c @@ -2241,7 +2241,7 @@ time_t t; #endif /* defined STD_INSPIRED */ #include -#include +#include // 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));