commit | 9a4b68e20d617b2cb3355071521f16e8c3d538df | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Nov 20 14:56:22 2019 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Nov 20 14:57:01 2019 -0800 |
tree | c1f53c5498c2f080d4f524c428e3b3d1fa800e2e | |
parent | 2a8bca749533dcefabff497d4f7346a35601a702 [diff] [blame] |
Take a bunch of trivial patches from upstream OpenBSD. Test: treehugger Change-Id: Ie18a94cddada926eff23b53ac9e4d5e5cabd91ed
diff --git a/libc/upstream-openbsd/android/include/openbsd-compat.h b/libc/upstream-openbsd/android/include/openbsd-compat.h index afd1077..878f71c 100644 --- a/libc/upstream-openbsd/android/include/openbsd-compat.h +++ b/libc/upstream-openbsd/android/include/openbsd-compat.h
@@ -19,6 +19,8 @@ #define _BSD_SOURCE #include <sys/cdefs.h> +#include <unistd.h> // For environ. + #include <stddef.h> // For size_t. #include <sys/random.h> // For getentropy.