mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
present: need to include geext.h
It's calling GERegisterExtension(), which is defined in geext.h Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1810>
This commit is contained in:
parent
80593ab279
commit
ce1f0c9375
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
||||||
*/
|
*/
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
||||||
|
#include "Xext/geext.h"
|
||||||
|
|
||||||
#include "present_priv.h"
|
#include "present_priv.h"
|
||||||
|
|
||||||
static RESTYPE present_event_type;
|
static RESTYPE present_event_type;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue