Source-Changes-HG archive

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

[src/trunk]: src/lib/libm/arch/arm Add missing namespace.h include



details:   https://anonhg.NetBSD.org/src/rev/3c9f14141e92
branches:  trunk
changeset: 823771:3c9f14141e92
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 08 08:21:56 2017 +0000

description:
Add missing namespace.h include

diffstat:

 lib/libm/arch/arm/fenv.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 6e80ca70bafa -r 3c9f14141e92 lib/libm/arch/arm/fenv.c
--- a/lib/libm/arch/arm/fenv.c  Mon May 08 07:34:33 2017 +0000
+++ b/lib/libm/arch/arm/fenv.c  Mon May 08 08:21:56 2017 +0000
@@ -28,7 +28,9 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: fenv.c,v 1.7 2017/03/22 23:11:08 chs Exp $");
+__RCSID("$NetBSD: fenv.c,v 1.8 2017/05/08 08:21:56 martin Exp $");
+
+#include "namespace.h"
 
 #include <sys/types.h>
 #include <assert.h>



Home | Main Index | Thread Index | Old Index