[plugins/platforms/drm/drm_backend] Fix build for bsd

This commit is contained in:
Ömer Fadıl Usta 2021-05-01 19:43:00 +00:00
parent 8d9e47ee22
commit a8d7e99874

View file

@ -42,6 +42,7 @@
#include <algorithm>
#include <sys/stat.h>
#include <unistd.h>
#include <cerrno>
// drm
#include <xf86drm.h>
#include <libdrm/drm_mode.h>