diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 04:21:27 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 04:21:27 +0000 |
commit | 264befa8c2b8029f614f7671a9b10d489a2e43e1 (patch) | |
tree | bfcad34759a7ef0fa0514520380290db901eeb5b /stdlib/fpioconst.h | |
parent | d8a5edc2217214f0b9a1b921b6edc2aa5048fb1e (diff) | |
download | glibc-264befa8c2b8029f614f7671a9b10d489a2e43e1.zip glibc-264befa8c2b8029f614f7671a9b10d489a2e43e1.tar.gz glibc-264befa8c2b8029f614f7671a9b10d489a2e43e1.tar.bz2 |
* stdlib/fpioconst.h: Include gmp.h with angle brackets.
2003-03-14 Alexandre Oliva <aoliva@redhat.com>
* stdlib/fpioconst.h: Include gmp.h with angle brackets.
Diffstat (limited to 'stdlib/fpioconst.h')
-rw-r--r-- | stdlib/fpioconst.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/fpioconst.h b/stdlib/fpioconst.h index da7426c..c7f87ba 100644 --- a/stdlib/fpioconst.h +++ b/stdlib/fpioconst.h @@ -1,5 +1,6 @@ /* Header file for constants used in floating point <-> decimal conversions. - Copyright (C) 1995,1996,1997,1998,1999,2002 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003 + 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 @@ -22,7 +23,7 @@ #include <float.h> #include <math.h> -#include "gmp.h" +#include <gmp.h> /* These values are used by __printf_fp, where they are noncritical (if the |