summaryrefslogtreecommitdiff
path: root/regress/lib/libm/msun/logarithm_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libm/msun/logarithm_test.c')
-rw-r--r--regress/lib/libm/msun/logarithm_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libm/msun/logarithm_test.c b/regress/lib/libm/msun/logarithm_test.c
index 2263c81cfc0..3cf65274033 100644
--- a/regress/lib/libm/msun/logarithm_test.c
+++ b/regress/lib/libm/msun/logarithm_test.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: logarithm_test.c,v 1.1 2021/10/22 18:00:22 mbuhl Exp $ */
+/* $OpenBSD: logarithm_test.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */
/*-
* Copyright (c) 2008-2010 David Schultz <das@FreeBSD.org>
* All rights reserved.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/param.h>
+#include <sys/types.h>
#include <fenv.h>
#include <float.h>
#include <math.h>