commit | 1c78cb0fee257cdee13acceaee3de88e40d77e1b | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Oct 11 11:25:25 2017 -0700 |
committer | Dan Albert <danalbert@google.com> | Wed Oct 11 11:25:52 2017 -0700 |
tree | c6bf25c41c4e4d863871f4a7cc191542ffbe89f1 | |
parent | 983c2da84cdcd0171b7f726b78990cabd0a58f49 [diff] [blame] |
Add missing includes. Test: mma Bug: None Change-Id: I0221b213e08d07cc5ac0b704a86e98ae8c0f456f
diff --git a/libc/tzcode/bionic.cpp b/libc/tzcode/bionic.cpp index b486174..9b59183 100644 --- a/libc/tzcode/bionic.cpp +++ b/libc/tzcode/bionic.cpp
@@ -27,6 +27,7 @@ */ #include <arpa/inet.h> // For ntohl(3). +#include <errno.h> #include <fcntl.h> #include <stdint.h> #include <stdlib.h>