From 05fc1d7050d5451aea08dc5f504d2670287b2d43 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 28 Jan 2015 18:02:33 -0800 Subject: Add missing includes. Change-Id: Ibf549266a19a67eb9158d341a69dddfb654be669 --- libc/bionic/getcwd.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libc/bionic/getcwd.cpp') diff --git a/libc/bionic/getcwd.cpp b/libc/bionic/getcwd.cpp index 47c807f..a8bbcf3 100644 --- a/libc/bionic/getcwd.cpp +++ b/libc/bionic/getcwd.cpp @@ -26,8 +26,10 @@ * SUCH DAMAGE. */ -#include #include +#include +#include +#include extern "C" int __getcwd(char* buf, size_t size); -- cgit v1.1