From db913d0f145e0a1dd774ffe93b0ca26d65f46b3e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 6 May 2024 11:51:46 +0200 Subject: recordproto.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 Part-of: --- include/X11/extensions/recordproto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/X11/extensions') diff --git a/include/X11/extensions/recordproto.h b/include/X11/extensions/recordproto.h index d2016eb..22a6cd9 100644 --- a/include/X11/extensions/recordproto.h +++ b/include/X11/extensions/recordproto.h @@ -21,6 +21,7 @@ #ifndef _RECORDPROTO_H_ #define _RECORDPROTO_H_ +#include #include /* only difference between 1.12 and 1.13 is byte order of device events, -- cgit v1.2.3