Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Include <sys/cdefs.h> to get __GNUC_PR...



details:   https://anonhg.NetBSD.org/src/rev/1bde0aadd04e
branches:  trunk
changeset: 767069:1bde0aadd04e
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 07 22:52:48 2011 +0000

description:
Include <sys/cdefs.h> to get __GNUC_PREREQ__

diffstat:

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

diffs (15 lines):

diff -r 1e17f0c58e70 -r 1bde0aadd04e sys/arch/mips/include/float.h
--- a/sys/arch/mips/include/float.h     Thu Jul 07 21:59:14 2011 +0000
+++ b/sys/arch/mips/include/float.h     Thu Jul 07 22:52:48 2011 +0000
@@ -1,8 +1,10 @@
-/*     $NetBSD: float.h,v 1.15 2011/07/07 17:29:31 matt Exp $ */
+/*     $NetBSD: float.h,v 1.16 2011/07/07 22:52:48 matt Exp $ */
 
 #ifndef _MIPS_FLOAT_H_
 #define _MIPS_FLOAT_H_
 
+#include <sys/cdefs.h>
+
 #if defined(__mips_n32) || defined(__mips_n64)
 
 #if __GNUC_PREREQ__(4,1)



Home | Main Index | Thread Index | Old Index