aboutsummaryrefslogtreecommitdiff
path: root/graphics/igt-gpu-tools/files/patch-tests_kms__flip.c
blob: 2c784ffea874d48e1cc1e430f330f5869def6e09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- tests/kms_flip.c.orig	2022-08-31 20:00:01 UTC
+++ tests/kms_flip.c
@@ -45,6 +45,10 @@
 #include "i915/gem_create.h"
 #include "igt_stats.h"
 
+#ifdef __FreeBSD__
+#include <sys/consio.h>
+#endif
+
 #define TEST_DPMS		(1 << 0)
 
 #define TEST_PAN		(1 << 3)