Add missing cerrno include.

(cherry picked from commit 99b2e6072c544cc1630dcf3b72e062bdf0503d5f)
icc-effect-5.27.2
Tobias Berner 2023-02-17 06:13:32 +00:00 committed by Vlad Zahorodnii
parent 53bf47200d
commit d9b7791f7b
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>