From be1d91dedcfb346ced5ac496cd454f5b2e9bc4a9 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Sat, 8 Mar 2014 15:05:26 -0800 Subject: [PATCH] Add includes for waitpid (cherry picked from commit f07c5dd9ab63f2e8ba736107bd4b69bbd8829c9f) Change-Id: I7a765fd7a3a5f8f29a703f6a591c4fd8df4ebf1c --- tests/time_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/time_test.cpp b/tests/time_test.cpp index 9563c78c0..7a2116bc7 100644 --- a/tests/time_test.cpp +++ b/tests/time_test.cpp @@ -20,6 +20,8 @@ #include #include #include +#include +#include #include "ScopedSignalHandler.h"