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:
Enrico Weigelt, metux IT consult
2025-07-28 15:30:03 +02:00
committed by Enrico Weigelt
parent 5176ed0367
commit b585f6dc66
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include <config.h>
#endif
#include <fb.h>
#include <fbpict.h>
#ifdef USE_GLAMOR

View File

@@ -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"