Add missing xorg-server.h header

This should be added by the source file, not the build system.
This commit is contained in:
Mario Limonciello
2025-06-25 22:23:39 -05:00
committed by Enrico Weigelt
parent 0fc278443f
commit ec59f57b9e
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
#include <stdlib.h> /* For abs() */
#include <unistd.h> /* For usleep() */
#include <sys/time.h> /* For gettimeofday() */
#include <xorg-server.h>
#include "config.h"

View File

@@ -27,6 +27,7 @@
#ifndef AMDGPU_GLAMOR_H
#define AMDGPU_GLAMOR_H
#include <xorg-server.h>
#include "xf86xv.h"
#ifdef USE_GLAMOR