Include missing header to segfault seen on Xorg startup with nv driver,
savage driver seems to have same problem. help and cluebatting from matthieu@ and guenther@ OK matthieu@
This commit is contained in:
parent
7c79d7eb32
commit
4012ca7792
@ -32,6 +32,7 @@
|
||||
|
||||
#include "xf86int10.h"
|
||||
#include "vbeModes.h"
|
||||
#include "xf86Modes.h"
|
||||
|
||||
const OptionInfoRec * RivaAvailableOptions(int chipid, int busid);
|
||||
Bool RivaGetScrnInfoRec(PciChipsets *chips, int chip);
|
||||
|
@ -54,6 +54,7 @@
|
||||
|
||||
|
||||
#include "xf86xv.h"
|
||||
#include "xf86Modes.h"
|
||||
|
||||
#include "savage_driver.h"
|
||||
#include "savage_pciids.h"
|
||||
|
Loading…
Reference in New Issue
Block a user