View | Details | Raw Unified | Return to bug 246969 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-xf86drmMode.c (+10 lines)
Line 0 Link Here
1
--- xf86drmMode.c.orig	2020-06-04 08:33:44 UTC
2
+++ xf86drmMode.c
3
@@ -43,6 +43,7 @@
4
 #include <stdlib.h>
5
 #include <sys/ioctl.h>
6
 #if HAVE_SYS_SYSCTL_H
7
+#include <sys/types.h>
8
 #include <sys/sysctl.h>
9
 #endif
10
 #include <stdio.h>

Return to bug 246969