diff options
Diffstat (limited to 'src/math/round.c')
| -rw-r--r-- | src/math/round.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/math/round.c b/src/math/round.c index 21373847..bf0b453f 100644 --- a/src/math/round.c +++ b/src/math/round.c @@ -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)  { | 
