Re: [Intel-gfx] [PATCH] intel-gpu-tools: add sys/wait.h to pm_rps.c

2014-07-25 Thread Daniel Vetter
On Thu, Jul 24, 2014 at 02:54:27PM +0100, tim.g...@intel.com wrote:
> From: Tim Gore 
> 
> commit 745945546f7366a413a3a51a37f90caa3a227b1d
> breaks the build under Android because some of the
> macros used in pm_rps.c are defined in sys/wait.h
> which is not included.
> 
> Signed-off-by: Tim Gore 

Merged, thanks.
-Daniel
> ---
>  tests/pm_rps.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/pm_rps.c b/tests/pm_rps.c
> index 8593e36..5264436 100644
> --- a/tests/pm_rps.c
> +++ b/tests/pm_rps.c
> @@ -34,6 +34,7 @@
>  #include 
>  #include 
>  #include 
> +#include 
>  
>  #include "drmtest.h"
>  #include "intel_io.h"
> -- 
> 1.9.2
> 
> ___
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH] intel-gpu-tools: add sys/wait.h to pm_rps.c

2014-07-24 Thread tim . gore
From: Tim Gore 

commit 745945546f7366a413a3a51a37f90caa3a227b1d
breaks the build under Android because some of the
macros used in pm_rps.c are defined in sys/wait.h
which is not included.

Signed-off-by: Tim Gore 
---
 tests/pm_rps.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/pm_rps.c b/tests/pm_rps.c
index 8593e36..5264436 100644
--- a/tests/pm_rps.c
+++ b/tests/pm_rps.c
@@ -34,6 +34,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "drmtest.h"
 #include "intel_io.h"
-- 
1.9.2

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx