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:
Enrico Weigelt, metux IT consult 2025-02-18 14:42:41 +01:00 committed by Marge Bot
parent 20d4c40df4
commit 658f1b34ee

View File

@ -27,6 +27,8 @@ from the author.
*/
#ifndef _GEEXT_H_
#define _GEEXT_H_
#include <X11/Xfuncproto.h>
#include <X11/extensions/geproto.h>
/* Interface for other extensions */