mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
add missing dix-config include
This commit is contained in:
parent
2bb14682c6
commit
126e9bc8c4
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ used in advertising or otherwise to promote the sale, use or other dealings
|
|||
in this Software without prior written authorization from The Open Group.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#define NEED_EVENTS
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue