From c78044f00e4064f5e8cf045e7accfa571893f742 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 19 May 2009 18:46:14 +0000 Subject: Make sure all ARM targets still compile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1798 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/dm320/dm320_boot.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/arm/src/dm320/dm320_boot.c') diff --git a/nuttx/arch/arm/src/dm320/dm320_boot.c b/nuttx/arch/arm/src/dm320/dm320_boot.c index 46a39dfd2..9d7cb1a95 100644 --- a/nuttx/arch/arm/src/dm320/dm320_boot.c +++ b/nuttx/arch/arm/src/dm320/dm320_boot.c @@ -1,7 +1,7 @@ /************************************************************************************ - * dm320/dm320_boot.c + * arch/arm/src/dm320/dm320_boot.c * - * Copyright (C) 2007 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -39,6 +39,8 @@ #include #include + +#include "arm.h" #include "up_internal.h" #include "up_arch.h" -- cgit v1.2.3