1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* misc/efgcvt.c: Include <math_ldbl_opt.h> instead of <shlib-compat.h>.

* misc/efgcvt_r.c: Likewise.
This commit is contained in:
Roland McGrath
2006-01-14 12:54:45 +00:00
parent 5241204980
commit 1d446ec644
3 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#include <math.h>
#include <stdlib.h>
#include <sys/param.h>
#include <shlib-compat.h>
#include <math_ldbl_opt.h>
#ifndef FLOAT_TYPE
# define FLOAT_TYPE double