diff options
Diffstat (limited to 'devel/sfio/files/patch-src_lib_sfio_sfhdr.h')
-rw-r--r-- | devel/sfio/files/patch-src_lib_sfio_sfhdr.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/sfio/files/patch-src_lib_sfio_sfhdr.h b/devel/sfio/files/patch-src_lib_sfio_sfhdr.h new file mode 100644 index 000000000000..be4a00bdfcd8 --- /dev/null +++ b/devel/sfio/files/patch-src_lib_sfio_sfhdr.h @@ -0,0 +1,11 @@ +--- src/lib/sfio/sfhdr.h.orig Thu Nov 11 16:17:56 1999 ++++ src/lib/sfio/sfhdr.h Thu Nov 11 16:19:45 1999 +@@ -176,7 +176,7 @@ + #endif + + #if !defined(MAXDOUBLE) && _hdr_values +-#include <values.h> ++#include <float.h> + #endif + + #if !defined(MAXDOUBLE) && _hdr_floatingpoint |