mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 12:40:32 +01:00
xfree86: xf86Opt.h: fix missing include
<X11/Xdefs.h> 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 <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1782>
(cherry picked from commit 80a3df55ae)
This commit is contained in:
parent
9d1997f316
commit
24da5e83c4
1 changed files with 3 additions and 1 deletions
|
|
@ -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 <X11/Xdefs.h>
|
||||
|
||||
#include "xf86Optionstr.h"
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue