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:
Enrico Weigelt, metux IT consult
2025-07-28 15:22:27 +02:00
committed by Enrico Weigelt
parent e1557e2ab2
commit 648188b897

View File

@@ -34,6 +34,8 @@
#ifdef USE_GLAMOR
#include "fb.h"
#include "radeon.h"
#include "radeon_bo_helper.h"
#include "radeon_glamor.h"