Add missing include

This commit is contained in:
dec05eba
2024-07-21 02:12:32 +02:00
parent 51294af4c6
commit 9ca5847f6f
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
#include <libdrm/drm_fourcc.h>
#include <fcntl.h>
#include <unistd.h>
/* This code is partially based on xr-video-player pipewire implementation which is based on obs-studio's pipewire implementation */