summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorAndreas Kling <andreas.kling@nokia.com>2010-06-07 16:49:48 (GMT)
committerAndreas Kling <andreas.kling@nokia.com>2010-06-07 16:51:25 (GMT)
commitdfbd44c8ec75d3b0156547ef3fb5811a4548a0a5 (patch)
treeb9ae1bef368a37e9b2e0bdbcbe1cbf9cc1655e96 /src/corelib/global
parentd26856959f5031c03ed245df5aa9cb3b15a0596b (diff)
downloadQt-dfbd44c8ec75d3b0156547ef3fb5811a4548a0a5.zip
Qt-dfbd44c8ec75d3b0156547ef3fb5811a4548a0a5.tar.gz
Qt-dfbd44c8ec75d3b0156547ef3fb5811a4548a0a5.tar.bz2
Unbreak Linux build when qendian.h is included before qglobal.h
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qendian.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qendian.h b/src/corelib/global/qendian.h
index 353e8b9..01550cf 100644
--- a/src/corelib/global/qendian.h
+++ b/src/corelib/global/qendian.h
@@ -43,6 +43,7 @@
#define QENDIAN_H
#ifdef Q_OS_LINUX
+# include <qglobal.h>
QT_BEGIN_INCLUDE_NAMESPACE
# include <features.h>
QT_END_INCLUDE_NAMESPACE