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
|
@ -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…
Reference in New Issue