remove another invalid skip of locking in ungetwc
[oweals/musl.git] / src / math / scalblnf.c
index 61600f1818f8cc457b53e60992cccf1b73bb3fcc..d8e8166b10d6ea53c6630a252498e3a4d9cc124c 100644 (file)
@@ -1,5 +1,5 @@
 #include <limits.h>
-#include "libm.h"
+#include <math.h>
 
 float scalblnf(float x, long n)
 {