mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xwin: fix missing include of mi/mi_priv.h
xwin relies on mi_priv.h being included indirectly, thus depending on exact include within other header files. This can easily break if something in other headers slightly changes. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
#ifdef HAVE_XWIN_CONFIG_H
|
||||
#include <xwin-config.h>
|
||||
#endif
|
||||
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "win.h"
|
||||
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
Reference in New Issue
Block a user