mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Use private math_private.h in files in math/
This commit is contained in:
@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: e_scalbf.c,v 1.3 1995/05/10 20:46:12 jtc Exp $";
|
||||
|
||||
#include <fenv.h>
|
||||
#include <math.h>
|
||||
#include "math_private.h"
|
||||
#include <math_private.h>
|
||||
|
||||
#ifdef _SCALB_INT
|
||||
#ifdef __STDC__
|
||||
|
Reference in New Issue
Block a user