Module Name:    src
Committed By:   matt
Date:           Thu Jul  7 22:52:48 UTC 2011

Modified Files:
        src/sys/arch/mips/include: float.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mips/include/float.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/float.h
diff -u src/sys/arch/mips/include/float.h:1.15 src/sys/arch/mips/include/float.h:1.16
--- src/sys/arch/mips/include/float.h:1.15	Thu Jul  7 17:29:31 2011
+++ src/sys/arch/mips/include/float.h	Thu Jul  7 22:52:48 2011
@@ -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)

Reply via email to