mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
securproto.h: fix missing include of Xmd.h
This header needs a bunch of types defined in Xmd.h. Consumers currently need to explicitly care about correct include order, which isn't exactly gently programming style. Instead headers should include anything they need themselves. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/90>
This commit is contained in:
parent
db913d0f14
commit
3076552555
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ from The Open Group.
|
|||
#ifndef _SECURPROTO_H
|
||||
#define _SECURPROTO_H
|
||||
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/extensions/secur.h>
|
||||
|
||||
#define X_SecurityQueryVersion 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue