modesetting: Explicitly #include "mi.h"

For the miClearDrawable prototype. Apparently it doesn't get pulled in
for some build configurations, breaking the build.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Michel Dänzer 2020-01-14 09:23:34 +01:00 committed by Kenneth Graunke
parent 25ca99df38
commit a24a786fc8
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include "inputstr.h"
#include "xf86str.h"
#include "X11/Xatom.h"
#include "mi.h"
#include "micmap.h"
#include "xf86cmap.h"
#include "xf86DDC.h"