mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 05:10:13 +01:00
More fixing for -stable
This commit is contained in:
parent
53431734f6
commit
5c8bf3796e
2 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
#include <pci/pcivar.h>
|
||||
#if __FreeBSD_version >= 500000
|
||||
#include <sys/selinfo.h>
|
||||
#else
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#include <sys/bus.h>
|
||||
#if __FreeBSD_version >= 400005
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@
|
|||
#include <pci/pcivar.h>
|
||||
#if __FreeBSD_version >= 500000
|
||||
#include <sys/selinfo.h>
|
||||
#else
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#include <sys/bus.h>
|
||||
#if __FreeBSD_version >= 400005
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue