mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
fix missing includes of fb.h
Some source files calling functions from fb.h, so this needs to be included there. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
5176ed0367
commit
b585f6dc66
@@ -32,6 +32,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <fb.h>
|
||||
#include <fbpict.h>
|
||||
|
||||
#ifdef USE_GLAMOR
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include "fb.h"
|
||||
|
||||
/* Driver data structures */
|
||||
#include "amdgpu_drv.h"
|
||||
#include "amdgpu_bo_helper.h"
|
||||
|
||||
Reference in New Issue
Block a user