Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/arm/softfloat Add #include <stdint.h>



details:   https://anonhg.NetBSD.org/src/rev/c43e1e89db24
branches:  trunk
changeset: 786273:c43e1e89db24
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Apr 24 18:04:46 2013 +0000

description:
Add #include <stdint.h>

diffstat:

 lib/libc/arch/arm/softfloat/softfloat.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dcc10ebe51d0 -r c43e1e89db24 lib/libc/arch/arm/softfloat/softfloat.h
--- a/lib/libc/arch/arm/softfloat/softfloat.h   Wed Apr 24 08:04:18 2013 +0000
+++ b/lib/libc/arch/arm/softfloat/softfloat.h   Wed Apr 24 18:04:46 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: softfloat.h,v 1.9 2011/07/07 07:14:57 matt Exp $       */
+/*     $NetBSD: softfloat.h,v 1.10 2013/04/24 18:04:46 matt Exp $      */
 
 /* This is a derivative work. */
 
@@ -44,6 +44,7 @@
 /* #define FLOATX80 */
 /* #define FLOAT128 */
 
+#include <stdint.h>
 #include <machine/ieeefp.h>
 
 /*



Home | Main Index | Thread Index | Old Index