epoc32/include/stdapis/setjmp.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
--- a/epoc32/include/stdapis/setjmp.h	Wed Mar 31 12:27:01 2010 +0100
+++ b/epoc32/include/stdapis/setjmp.h	Wed Mar 31 12:33:34 2010 +0100
@@ -30,7 +30,7 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
-* © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
+* © Portions Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
  *	@(#)setjmp.h	8.2 (Berkeley) 1/21/94
  * $FreeBSD: src/include/setjmp.h,v 1.8 2002/10/05 05:48:50 mike Exp $
  */
@@ -50,7 +50,7 @@
 #include <sys/cdefs.h>
 
 /* The size of the jmp_buf is machine dependent: */
-#include <machine/setjmp.h>
+#include <stdapis/machine/setjmp.h>
 
 
 __BEGIN_DECLS