msm: kgsl: include header dependencies
Include the dependencies rather than relying on 'something else' to include them. Change-Id: I472e8f4abbc3d54904f441d42f2e7cb38bc413d0 Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>
This commit is contained in:
parent
a84709ff54
commit
ea4e77c42f
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
#ifndef _UAPI_MSM_KGSL_H
|
||||
#define _UAPI_MSM_KGSL_H
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/ioctl.h>
|
||||
|
||||
/*
|
||||
* The KGSL version has proven not to be very useful in userspace if features
|
||||
* are cherry picked into other trees out of order so it is frozen as of 3.14.
|
||||
|
|
Loading…
Add table
Reference in a new issue