Fix build without PCH after commit 3ae2387f375798a983b6d052723f10fc88b63da0
Include errno.h for errno and EEXIST. Change-Id: Id28d5a08097319eb84b1fe9ef20c9be6ebe575fa Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
This commit is contained in:
parent
f191ba9d71
commit
7c0b9e1e8d
@ -49,6 +49,10 @@
|
|||||||
#include <private/qfilesystemengine_p.h>
|
#include <private/qfilesystemengine_p.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(Q_OS_WIN)
|
||||||
|
#include <errno.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
//************* QTemporaryDirPrivate
|
//************* QTemporaryDirPrivate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user