diff options
-rw-r--r-- | util.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -26,11 +26,7 @@ THE SOFTWARE. #include <string.h> #include <errno.h> #include <stdlib.h> -#ifndef __UNIXOS2__ -# include <math.h> -#else -# include <float.h> -#endif +#include <math.h> #include <stdarg.h> #include <ft2build.h> |