diff options
author | Alexandr Akulich <akulichalexander@gmail.com> | 2015-07-17 01:19:12 +0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-05 13:47:52 -0400 |
commit | 399ac8bafaafc3dee13beb1a99c223a860aaec8f (patch) | |
tree | 6e8083c81e99ddbbce376abd81608494f1b7c383 | |
parent | d9b282593e74ccbbb3a605dd72367a2262f39d12 (diff) | |
download | libdrm-399ac8bafaafc3dee13beb1a99c223a860aaec8f.tar.gz libdrm-399ac8bafaafc3dee13beb1a99c223a860aaec8f.tar.bz2 libdrm-399ac8bafaafc3dee13beb1a99c223a860aaec8f.zip |
libdrm/amdgpu: Fixed drm.h include.
The include type changed from system to own.
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alexandr Akulich <akulichalexander@gmail.com>
-rw-r--r-- | include/drm/amdgpu_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h index d708a53b..fbdd1185 100644 --- a/include/drm/amdgpu_drm.h +++ b/include/drm/amdgpu_drm.h @@ -32,7 +32,7 @@ #ifndef __AMDGPU_DRM_H__ #define __AMDGPU_DRM_H__ -#include <drm/drm.h> +#include "drm.h" #define DRM_AMDGPU_GEM_CREATE 0x00 #define DRM_AMDGPU_GEM_MMAP 0x01 |