summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-15 16:35:01 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-15 16:35:01 -0800
commit13fcc6781f192c1bd1ae61ca88543dc1d27e79e9 (patch)
treee494c33aa7263566944356e4d50a1a35caf00511
parent3b0f4a799bb7820dd27257be16f1a9d61a4969f9 (diff)
unifdef __UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--util.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/util.c b/util.c
index 82bcc2f..eecb3b4 100644
--- a/util.c
+++ b/util.c
@@ -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>