Index: uspace/lib/math/test/rounding.c
===================================================================
--- uspace/lib/math/test/rounding.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
+++ uspace/lib/math/test/rounding.c	(revision e88eb48e75ad044807a59279a35841cbebbc9611)
@@ -30,4 +30,5 @@
 #include <math.h>
 #include <inttypes.h>
+#include <float.h>
 
 PCUT_INIT;
@@ -278,5 +279,5 @@
 
 	0.0,
-	FLT_DENORM_MIN,    /* smallest denormal > 0 */
+	FLT_TRUE_MIN,    /* smallest denormal > 0 */
 	FLT_MIN,         /* smallest normal > 0 */
 	0.5 - (FLT_EPSILON / 4.),
@@ -378,5 +379,5 @@
 
 	-0.0,
-	-FLT_DENORM_MIN,    /* smallest denormal > 0 */
+	-FLT_TRUE_MIN,    /* smallest denormal > 0 */
 	-FLT_MIN,         /* smallest normal > 0 */
 	-(0.5 - (FLT_EPSILON / 4.)),
