Module Name: src
Committed By: matt
Date: Wed Apr 24 18:04:46 UTC 2013
Modified Files:
src/lib/libc/arch/arm/softfloat: softfloat.h
Log Message:
Add #include <stdint.h>
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/arm/softfloat/softfloat.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/arch/arm/softfloat/softfloat.h
diff -u src/lib/libc/arch/arm/softfloat/softfloat.h:1.9 src/lib/libc/arch/arm/softfloat/softfloat.h:1.10
--- src/lib/libc/arch/arm/softfloat/softfloat.h:1.9 Thu Jul 7 07:14:57 2011
+++ src/lib/libc/arch/arm/softfloat/softfloat.h Wed Apr 24 18:04:46 2013
@@ -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 @@ the `FLOAT128' macro and the quadruple-p
/* #define FLOATX80 */
/* #define FLOAT128 */
+#include <stdint.h>
#include <machine/ieeefp.h>
/*