From 399ac8bafaafc3dee13beb1a99c223a860aaec8f Mon Sep 17 00:00:00 2001 From: Alexandr Akulich Date: Fri, 17 Jul 2015 01:19:12 +0500 Subject: [PATCH] libdrm/amdgpu: Fixed drm.h include. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The include type changed from system to own. Reviewed-by: Michel Dänzer Signed-off-by: Alexandr Akulich --- include/drm/amdgpu_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include "drm.h" #define DRM_AMDGPU_GEM_CREATE 0x00 #define DRM_AMDGPU_GEM_MMAP 0x01