Module Name:    src
Committed By:   martin
Date:           Mon May  8 08:21:56 UTC 2017

Modified Files:
        src/lib/libm/arch/arm: fenv.c

Log Message:
Add missing namespace.h include


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libm/arch/arm/fenv.c

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

Modified files:

Index: src/lib/libm/arch/arm/fenv.c
diff -u src/lib/libm/arch/arm/fenv.c:1.7 src/lib/libm/arch/arm/fenv.c:1.8
--- src/lib/libm/arch/arm/fenv.c:1.7	Wed Mar 22 23:11:08 2017
+++ src/lib/libm/arch/arm/fenv.c	Mon May  8 08:21:56 2017
@@ -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>

Reply via email to