mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
Add missing xorg-server.h header
This should be added by the source file, not the build system.
This commit is contained in:
committed by
Enrico Weigelt
parent
0fc278443f
commit
ec59f57b9e
@@ -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"
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#ifndef AMDGPU_GLAMOR_H
|
||||
#define AMDGPU_GLAMOR_H
|
||||
|
||||
#include <xorg-server.h>
|
||||
#include "xf86xv.h"
|
||||
|
||||
#ifdef USE_GLAMOR
|
||||
|
||||
Reference in New Issue
Block a user