diff options
| author | Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> | 2015-03-17 09:48:35 +0100 |
|---|---|---|
| committer | Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> | 2015-03-17 09:48:36 +0100 |
| commit | 8d5a2f2a81a001ff64e1a798dc34c61e9ad00b6d (patch) | |
| tree | 22c73b798dc55c47a6b3524eb79aed85716abf59 /src/qml/jsruntime/qv4dateobject.cpp | |
| parent | 84155a8e1a6250d3e4b0949a42464eee5dfef537 (diff) | |
| parent | dec6b8a8d294bc6193f680c5b5038dc12b6ae17c (diff) | |
Merge remote-tracking branch 'origin/5.4' into 5.5
Change-Id: I4c338a44c1d64c2d8e637971ab3ec6982c40a685
Diffstat (limited to 'src/qml/jsruntime/qv4dateobject.cpp')
| -rw-r--r-- | src/qml/jsruntime/qv4dateobject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4dateobject.cpp b/src/qml/jsruntime/qv4dateobject.cpp index 28f0f2e044..451ef2486d 100644 --- a/src/qml/jsruntime/qv4dateobject.cpp +++ b/src/qml/jsruntime/qv4dateobject.cpp @@ -55,6 +55,7 @@ # else # include "qplatformdefs.h" # endif +# include <unistd.h> // for _POSIX_THREAD_SAFE_FUNCTIONS #endif using namespace QV4; |
