Xext: fix missing include of <X11/Xmd.h>

Including <X11/extensions/securproto.h> depends on <X11/Xmd.h> has been
included before.

Bug: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1719
Fixes: b30edf32 - fix missing includes of <X11/Xfuncproto.h>
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1617>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-07-23 08:53:57 +02:00
parent b30edf326b
commit f94e280896

View File

@ -28,6 +28,7 @@ in this Software without prior written authorization from The Open Group.
#include <dix-config.h>
#endif
#include <X11/Xmd.h>
#include <X11/extensions/securproto.h>
#include <X11/Xfuncproto.h>