Fix building the package with GCC-4.8
authorGrzegorz Rynkowski <g.rynkowski@samsung.com>
Fri, 20 Sep 2013 09:23:56 +0000 (11:23 +0200)
committerGrzegorz Rynkowski <g.rynkowski@samsung.com>
Fri, 20 Sep 2013 09:26:53 +0000 (11:26 +0200)
[Problem]      The package cannot be built with gcc-4.8.
[Cause]        Missing #include statements.
[Solution]     Add the missing #include statements.
[Verification] Build package both with current (GCC-4.5) and (GCC-4.8)
               version of compiler.
[SCMRequest]   N/A

Change-Id: I1c8ec9183989e0099a229b55014f83c2119ed458

modules/test/src/test_runner_multiprocess.cpp

index c242480..f9f1c77 100644 (file)
@@ -27,6 +27,7 @@
 #include <poll.h>
 #include <limits.h>
 #include <sys/wait.h>
+#include <unistd.h>
 
 namespace {