mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
radeon_glamor_wrappers: fix missing include of fb.h
We're calling fbPixmapToRegion() here, which is defined in fb.h Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
e1557e2ab2
commit
648188b897
@@ -34,6 +34,8 @@
|
||||
|
||||
#ifdef USE_GLAMOR
|
||||
|
||||
#include "fb.h"
|
||||
|
||||
#include "radeon.h"
|
||||
#include "radeon_bo_helper.h"
|
||||
#include "radeon_glamor.h"
|
||||
|
||||
Reference in New Issue
Block a user