From ec59f57b9ec566b78351036145e95291bcaeeaac Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 25 Jun 2025 22:23:39 -0500 Subject: [PATCH] Add missing xorg-server.h header This should be added by the source file, not the build system. --- src/amdgpu_drv.h | 1 + src/amdgpu_glamor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/amdgpu_drv.h b/src/amdgpu_drv.h index 831a533..73a0e74 100644 --- a/src/amdgpu_drv.h +++ b/src/amdgpu_drv.h @@ -40,6 +40,7 @@ #include /* For abs() */ #include /* For usleep() */ #include /* For gettimeofday() */ +#include #include "config.h" diff --git a/src/amdgpu_glamor.h b/src/amdgpu_glamor.h index b629985..ac60832 100644 --- a/src/amdgpu_glamor.h +++ b/src/amdgpu_glamor.h @@ -27,6 +27,7 @@ #ifndef AMDGPU_GLAMOR_H #define AMDGPU_GLAMOR_H +#include #include "xf86xv.h" #ifdef USE_GLAMOR