From b738f0d36ed7101962bc387ca1cb34db052faf60 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 8 Jun 2009 23:40:04 +0200 Subject: Fix compilation. Include qcore_symbian_p.h locally, not from the include search path. --- src/corelib/kernel/qsystemsemaphore_symbian.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/kernel/qsystemsemaphore_symbian.cpp b/src/corelib/kernel/qsystemsemaphore_symbian.cpp index ad4b4f4..2fb202e 100644 --- a/src/corelib/kernel/qsystemsemaphore_symbian.cpp +++ b/src/corelib/kernel/qsystemsemaphore_symbian.cpp @@ -44,7 +44,7 @@ #include "qcoreapplication.h" #include -#include +#include "qcore_symbian_p.h" #include QT_BEGIN_NAMESPACE -- cgit v0.12