]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <float.h> unconditionally.
authorJim Meyering <jim@meyering.net>
Tue, 23 Aug 2005 15:05:01 +0000 (15:05 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 23 Aug 2005 15:05:01 +0000 (15:05 +0000)
src/od.c

index 79c2435ecc6a5698f2b75be658c51175e13c3e5f..af0b6895f7ba7a8db910b522efd0711f365152b3 100644 (file)
--- 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;