mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
aed549fc82
You will need the I810_UNSUPPORTED_GTT_FALLBACK environment variable for XF86_SVGA server to run.
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
Index: programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_accel.c
|
|
@@ -39,6 +39,7 @@
|
|
|
|
#include <math.h>
|
|
#include <stdio.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/mman.h>
|
|
#include <signal.h>
|
|
|