Include missing errno.h
Fixes linux-clang-libc++ builds. Change-Id: Id75c35d858123193e7d29b0bbb113d2c109a7560 Reviewed-by: Andy Nichols <andy.nichols@qt.io>bb10
parent
7eeb88a5cd
commit
6cd8a90d29
|
|
@ -49,6 +49,8 @@
|
|||
#include <QtGui/private/qguiapplication_p.h>
|
||||
#include <QtFbSupport/private/qfbvthandler_p.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(qLcEglfsKmsDebug)
|
||||
|
|
|
|||
Loading…
Reference in New Issue