aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-03-17 09:48:35 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-03-17 09:48:36 +0100
commit8d5a2f2a81a001ff64e1a798dc34c61e9ad00b6d (patch)
tree22c73b798dc55c47a6b3524eb79aed85716abf59 /src/qml/jsruntime/qv4dateobject.cpp
parent84155a8e1a6250d3e4b0949a42464eee5dfef537 (diff)
parentdec6b8a8d294bc6193f680c5b5038dc12b6ae17c (diff)
Merge remote-tracking branch 'origin/5.4' into 5.5
Diffstat (limited to 'src/qml/jsruntime/qv4dateobject.cpp')
-rw-r--r--src/qml/jsruntime/qv4dateobject.cpp1
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;