benchmarks: Fix build errors on Android M-Dessert

Android M-Dessert treats implicit declaration of function warnings
as errors resulting in igt failing to build.

This patch fixes the errors by including missing header files as
required. Mostly this involved including igt.h in the benchmarks.

Signed-off-by: Derek Morton <derek.j.morton@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Derek Morton
2015-10-01 16:09:02 +01:00
committed by Daniel Vetter
parent 983dfe5b68
commit 1b492e311c
5 changed files with 5 additions and 27 deletions
+1
View File
@@ -31,6 +31,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "intel_chipset.h"
#include "intel_reg.h"