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