rework langinfo code for ABI compat and for use by time code
[musl] / src / math / roundf.c
index 3cfd8ae..662a454 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)
 {