diff options
| author | Jeremy Gebben <jgebben@codeaurora.org> | 2015-10-30 11:27:24 -0600 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:12:47 -0700 |
| commit | ea4e77c42fad3b6d192235b6c12bbebbdd058828 (patch) | |
| tree | 6a3ca709b70411974fd3881330e6befdba2c33d4 /include/uapi/linux | |
| parent | a84709ff54a2409113f0faa5150d75b268f40989 (diff) | |
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>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_kgsl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_kgsl.h b/include/uapi/linux/msm_kgsl.h index 51d6e99f0449..2c10bc180466 100644 --- a/include/uapi/linux/msm_kgsl.h +++ b/include/uapi/linux/msm_kgsl.h @@ -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. |
