Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include #include <stddef.h>



details:   https://anonhg.NetBSD.org/src/rev/26e6c83b1b16
branches:  trunk
changeset: 780919:26e6c83b1b16
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Aug 11 16:21:26 2012 +0000

description:
#include <stddef.h>

diffstat:

 sys/arch/arm/include/aeabi.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 01febc10456a -r 26e6c83b1b16 sys/arch/arm/include/aeabi.h
--- a/sys/arch/arm/include/aeabi.h      Sat Aug 11 16:05:01 2012 +0000
+++ b/sys/arch/arm/include/aeabi.h      Sat Aug 11 16:21:26 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aeabi.h,v 1.1 2012/08/06 01:55:13 matt Exp $   */
+/*     $NetBSD: aeabi.h,v 1.2 2012/08/11 16:21:26 matt Exp $   */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -31,6 +31,8 @@
 #ifndef _ARM_AEABI_H_
 #define        _ARM_AEABI_H_
 
+#include <stddef.h>
+
 #define        __value_in_regs         /* nothing */
 
 /*



Home | Main Index | Thread Index | Old Index