Add missing cerrno include.

This commit is contained in:
Tobias Berner 2023-02-17 06:13:32 +00:00 committed by Vlad Zahorodnii
parent 4bf06466f1
commit 99b2e6072c
3 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@
#include "drm_qpainter_backend.h"
#include "drm_virtual_output.h"
#include <cerrno>
#include <drm_fourcc.h>
namespace KWin

View file

@ -11,6 +11,7 @@
#include "x11_windowed_logging.h"
#include "x11_windowed_output.h"
#include <cerrno>
#include <string.h>
#include <sys/shm.h>
#include <xcb/present.h>

View file

@ -13,6 +13,7 @@
#include <QScopeGuard>
#include <cerrno>
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>