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:
sebastia 2014-05-30 06:42:00 +00:00
parent 7c79d7eb32
commit 4012ca7792
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -54,6 +54,7 @@
#include "xf86xv.h"
#include "xf86Modes.h"
#include "savage_driver.h"
#include "savage_pciids.h"