mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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> (cherry picked from commitf94e280896)
This commit is contained in:
committed by
Alan Coopersmith
parent
8cde76988b
commit
d0de360279
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user