summaryrefslogtreecommitdiff
path: root/sysdeps/generic/fpu_control.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-23 13:02:09 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-23 13:02:09 +0000
commitd6a1bbed9be8572844eeab92eb1a7845b557f401 (patch)
tree9fd0800292009ae53099fe10e9f7306a6bf7b342 /sysdeps/generic/fpu_control.c
parentd456553fafbe42e6eab0b659f43c3c69b3f245db (diff)
Update.
* sysdeps/generic/fpu_control.c: Include math.h for __P definition.
Diffstat (limited to 'sysdeps/generic/fpu_control.c')
-rw-r--r--sysdeps/generic/fpu_control.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/fpu_control.c b/sysdeps/generic/fpu_control.c
index 90d0eb14d5..d0529e42b9 100644
--- a/sysdeps/generic/fpu_control.c
+++ b/sysdeps/generic/fpu_control.c
@@ -1,5 +1,5 @@
/* Default FPU control word initialization.
- Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -17,6 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include <math.h>
#include <fpu_control.h>
/* This module defines `__fpu_control' with the default value. */