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>
main
Alexandr Akulich 2015-07-17 01:19:12 +05:00 committed by Alex Deucher
parent d9b282593e
commit 399ac8bafa
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#ifndef __AMDGPU_DRM_H__ #ifndef __AMDGPU_DRM_H__
#define __AMDGPU_DRM_H__ #define __AMDGPU_DRM_H__
#include <drm/drm.h> #include "drm.h"
#define DRM_AMDGPU_GEM_CREATE 0x00 #define DRM_AMDGPU_GEM_CREATE 0x00
#define DRM_AMDGPU_GEM_MMAP 0x01 #define DRM_AMDGPU_GEM_MMAP 0x01