summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-23 15:05:01 +0000
committerJim Meyering <jim@meyering.net>2005-08-23 15:05:01 +0000
commit4fb8e0f3c475b8b5a39252bc40141c98894b1835 (patch)
tree946d02de167cdfe9dbb7fbb9e120cb275d9ad4b0 /src/od.c
parent68c6c7db8e0853226db08c11466705c2866eadbe (diff)
downloadcoreutils-4fb8e0f3c475b8b5a39252bc40141c98894b1835.tar.xz
Include <float.h> unconditionally.
Diffstat (limited to 'src/od.c')
-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;