commit | 3429c090f50a3114369482c550c382f8fa070c2e | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Dec 12 15:42:45 2017 -0800 |
committer | Dan Albert <danalbert@google.com> | Tue Dec 12 15:43:09 2017 -0800 |
tree | 8f4464347c1570e28d7627313ea23fd3a22d923d | |
parent | eb7347aedbc61ba45555aef3e6e863f0d90b407b [diff] |
Include what we use. Test: mma Bug: None Change-Id: I259468e829052bf27fab599ff951a5a2638d35aa Exempt-From-Owner-Approval: trivial cleanup
diff --git a/libc/system_properties/prop_area.cpp b/libc/system_properties/prop_area.cpp index e11f292..032fa4e 100644 --- a/libc/system_properties/prop_area.cpp +++ b/libc/system_properties/prop_area.cpp
@@ -26,6 +26,7 @@ * SUCH DAMAGE. */ +#include <errno.h> #include <fcntl.h> #include <stdlib.h> #include <sys/cdefs.h>