Add missing cerrno include.
This commit is contained in:
parent
4bf06466f1
commit
99b2e6072c
3 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#include "drm_qpainter_backend.h"
|
||||
#include "drm_virtual_output.h"
|
||||
|
||||
#include <cerrno>
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
namespace KWin
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include <QScopeGuard>
|
||||
|
||||
#include <cerrno>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue