diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-15 16:35:01 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-15 16:35:01 -0800 |
commit | 13fcc6781f192c1bd1ae61ca88543dc1d27e79e9 (patch) | |
tree | e494c33aa7263566944356e4d50a1a35caf00511 /util.c | |
parent | 3b0f4a799bb7820dd27257be16f1a9d61a4969f9 (diff) |
unifdef __UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'util.c')
-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> |