From 915fefb62e1beed3da26fe299a8141645733a925 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 18 Feb 2014 12:34:51 -0800 Subject: [PATCH] Fix x86 build. Change-Id: Iee6e5884288f7da6c955694cfe32fecfd9c9e263 --- tests/unistd_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unistd_test.cpp b/tests/unistd_test.cpp index f7a5afdab..9969d49bc 100644 --- a/tests/unistd_test.cpp +++ b/tests/unistd_test.cpp @@ -18,6 +18,7 @@ #include "ScopedSignalHandler.h" #include "TemporaryFile.h" +#include #include #include #include