blob: 9de878a7d06ce84f46aad03ff74c7e30f029086f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- libobs-opengl/gl-egl-common.c.orig 2025-07-14 17:07:11 UTC
+++ libobs-opengl/gl-egl-common.c
@@ -33,7 +33,10 @@ typedef unsigned int drm_handle_t;
#else
+#include <fcntl.h>
+#include <unistd.h>
#include <stdint.h>
+#include <xf86drm.h>
#include <sys/ioccom.h>
#include <sys/types.h>
typedef int8_t __s8;
|