mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
radeon_kms: fix missing include of "fb.h"
We're calling fbPictureInit() 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
31f33b3503
commit
e1557e2ab2
@@ -60,6 +60,7 @@
|
||||
|
||||
#include <X11/extensions/damageproto.h>
|
||||
|
||||
#include "fb.h"
|
||||
#include "radeon_chipinfo_gen.h"
|
||||
|
||||
#include "radeon_bo_gem.h"
|
||||
|
||||
Reference in New Issue
Block a user