first try at writing an efficient and "correct" exp10
[oweals/musl.git] / src / math / round.c
index 213738474edabae0ed1e261d3e5445947591085e..bf0b453fadd67e15548a42f0290a80d2d55cb0d1 100644 (file)
@@ -25,7 +25,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "libm.h"
+#include <math.h>
 
 double round(double x)
 {