summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/qatomic_vxworks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/arch/qatomic_vxworks.h')
-rw-r--r--src/corelib/arch/qatomic_vxworks.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/arch/qatomic_vxworks.h b/src/corelib/arch/qatomic_vxworks.h
index c18563ef3c..564a07f3ea 100644
--- a/src/corelib/arch/qatomic_vxworks.h
+++ b/src/corelib/arch/qatomic_vxworks.h
@@ -45,9 +45,11 @@
QT_BEGIN_HEADER
#if defined(__ppc)
-# include <QtCore/qatomic_powerpc.h>
+# include <QtCore/qatomic_power.h>
#else // generic implementation with taskLock()
+#include <QtCore/qoldbasicatomic.h>
+
#if 0
// we don't want to include the system header here for two function prototypes,
// because it pulls in a _lot_ of stuff that pollutes the global namespace