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/3b8481e1f68e
branches: trunk
changeset: 353470:3b8481e1f68e
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 d7040128650e -r 3b8481e1f68e 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