From 80a3df55ae070ac6eb99eb7ffdcac862f35322e5 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 11 Feb 2025 10:48:34 +0100 Subject: [PATCH] xfree86: xf86Opt.h: fix missing include is needed for `Bool` type. Consumers shouldn't have to rely on Xdefs.h being accidentally included by something else. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xfree86/common/xf86Opt.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Opt.h b/hw/xfree86/common/xf86Opt.h index 3046fbd41..e939692cd 100644 --- a/hw/xfree86/common/xf86Opt.h +++ b/hw/xfree86/common/xf86Opt.h @@ -1,4 +1,3 @@ - /* * Copyright (c) 1998-2003 by The XFree86 Project, Inc. * @@ -30,6 +29,9 @@ #ifndef _XF86_OPT_H_ #define _XF86_OPT_H_ + +#include + #include "xf86Optionstr.h" typedef struct {