mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 16:58:03 +02:00
Xext: geext.h: fix missing include of Xfuncproto.h
Needed for _X_EXPORT. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1811>
This commit is contained in:
parent
20d4c40df4
commit
658f1b34ee
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ from the author.
|
||||||
*/
|
*/
|
||||||
#ifndef _GEEXT_H_
|
#ifndef _GEEXT_H_
|
||||||
#define _GEEXT_H_
|
#define _GEEXT_H_
|
||||||
|
|
||||||
|
#include <X11/Xfuncproto.h>
|
||||||
#include <X11/extensions/geproto.h>
|
#include <X11/extensions/geproto.h>
|
||||||
|
|
||||||
/* Interface for other extensions */
|
/* Interface for other extensions */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue