(!1811) Xext: geext.h: fix missing include of Xfuncproto.h

Needed for _X_EXPORT.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-02-18 14:42:41 +01:00
parent a5e134d36a
commit 73475133ba

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 */