Include missing errno.h

Fixes linux-clang-libc++ builds.

Change-Id: Id75c35d858123193e7d29b0bbb113d2c109a7560
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
This commit is contained in:
Allan Sandfeld Jensen 2017-03-14 13:26:55 +01:00
parent 7eeb88a5cd
commit 6cd8a90d29

View File

@ -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)