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:
parent
05e5ee3671
commit
9266733da3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue