summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/od.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/od.c b/src/od.c
index 79c2435ec..af0b6895f 100644
--- a/src/od.c
+++ b/src/od.c
@@ -33,9 +33,7 @@
#define AUTHORS "Jim Meyering"
-#if defined(__GNUC__) || defined(STDC_HEADERS)
-# include <float.h>
-#endif
+#include <float.h>
#ifdef HAVE_LONG_DOUBLE
typedef long double LONG_DOUBLE;