summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2015-03-05 18:40:23 +0900
committerMichel Dänzer <michel@daenzer.net>2015-03-17 11:00:13 +0900
commit4b8adebb80158bcf81ada83bb88517febe931b12 (patch)
tree2284b053ed5a35850848fdf97ee3ae4c6140bcf8 /src/radeon_kms.c
parent76c2923ac5c7230a8b2f9f8329c308d28b44d9c0 (diff)
Move #include "radeon_glamor.h" from radeon.h to where it's needed
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_kms.c')
-rw-r--r--src/radeon_kms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_kms.c b/src/radeon_kms.c
index ced35947..23c06943 100644
--- a/src/radeon_kms.c
+++ b/src/radeon_kms.c
@@ -33,6 +33,7 @@
/* Driver data structures */
#include "radeon.h"
#include "radeon_drm_queue.h"
+#include "radeon_glamor.h"
#include "radeon_reg.h"
#include "radeon_probe.h"
#include "micmap.h"