Include i830.h to get M_T_* compat defines for older X Servers.
Not duplicating the defines ensures that we won't let the compat bits slip into the X Server when we move this code over there.
This commit is contained in:
parent
24d9521c7a
commit
b3865f3466
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include "xf86.h"
|
||||
#include "xf86DDC.h"
|
||||
#include "i830.h"
|
||||
#include "i830_xf86Crtc.h"
|
||||
#include "X11/extensions/render.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue