mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 08:48:01 +02:00
Fix for GNU/kFreeBSD
This commit is contained in:
parent
2267bf48b3
commit
ba0b7d47ab
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ of the copyright holder.
|
|||
|
||||
#include <linux/agpgart.h>
|
||||
|
||||
#elif defined(__FreeBSD__)
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/agpio.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue