radeon_glamor_wrappers: fix missing include of fbpict.h

We're calling fbComposite() and fbAddTraps() here, which are
defined in <fbpict.h>.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-07-30 11:45:12 +02:00
committed by Enrico Weigelt
parent 648188b897
commit 8528cb6146
2 changed files with 4 additions and 2 deletions

View File

@@ -34,7 +34,8 @@
#ifdef USE_GLAMOR
#include "fb.h"
#include <fb.h>
#include <fbpict.h>
#include "radeon.h"
#include "radeon_bo_helper.h"

View File

@@ -60,7 +60,8 @@
#include <X11/extensions/damageproto.h>
#include "fb.h"
#include <fb.h>
#include "radeon_chipinfo_gen.h"
#include "radeon_bo_gem.h"