diff options
| author | Dan Albert <danalbert@google.com> | 2017-10-11 11:25:25 -0700 |
|---|---|---|
| committer | Dan Albert <danalbert@google.com> | 2017-10-11 11:25:52 -0700 |
| commit | 1c78cb0fee257cdee13acceaee3de88e40d77e1b (patch) | |
| tree | c6bf25c41c4e4d863871f4a7cc191542ffbe89f1 /libc/tzcode/bionic.cpp | |
| parent | 983c2da84cdcd0171b7f726b78990cabd0a58f49 (diff) | |
Add missing includes.
Test: mma
Bug: None
Change-Id: I0221b213e08d07cc5ac0b704a86e98ae8c0f456f
Diffstat (limited to 'libc/tzcode/bionic.cpp')
| -rw-r--r-- | libc/tzcode/bionic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/tzcode/bionic.cpp b/libc/tzcode/bionic.cpp index b48617421..9b59183b7 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> |
