support ld80 pseudo-denormal invalid bit patterns; treat them as nan
[oweals/musl.git] / src / math / roundf.c
index 3cfd8ae5a0793fd6cbf4d7b9cc422100be55f4e5..662a454b96d3d38ca5787b3f2820b14b44c37e0d 100644 (file)
@@ -25,7 +25,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "libm.h"
+#include <math.h>
 
 float roundf(float x)
 {