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>
(cherry picked from commit a24a786fc8)
			
			
This commit is contained in:
		
							parent
							
								
									ad7364d8d7
								
							
						
					
					
						commit
						c2ef88c4d3
					
				| 
						 | 
					@ -36,6 +36,7 @@
 | 
				
			||||||
#include "dumb_bo.h"
 | 
					#include "dumb_bo.h"
 | 
				
			||||||
#include "xf86str.h"
 | 
					#include "xf86str.h"
 | 
				
			||||||
#include "X11/Xatom.h"
 | 
					#include "X11/Xatom.h"
 | 
				
			||||||
 | 
					#include "mi.h"
 | 
				
			||||||
#include "micmap.h"
 | 
					#include "micmap.h"
 | 
				
			||||||
#include "xf86cmap.h"
 | 
					#include "xf86cmap.h"
 | 
				
			||||||
#include "xf86DDC.h"
 | 
					#include "xf86DDC.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue