diff options
Diffstat (limited to 'audio/HVSC-Update/files/patch-src-include-fformat.h')
-rw-r--r-- | audio/HVSC-Update/files/patch-src-include-fformat.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/HVSC-Update/files/patch-src-include-fformat.h b/audio/HVSC-Update/files/patch-src-include-fformat.h new file mode 100644 index 000000000000..3d58eb4c530e --- /dev/null +++ b/audio/HVSC-Update/files/patch-src-include-fformat.h @@ -0,0 +1,16 @@ +--- src/include/fformat.h.orig Fri Mar 29 19:35:26 2002 ++++ src/include/fformat.h Sun Feb 27 13:52:05 2005 +@@ -13,7 +13,12 @@ + #if defined(HAVE_STRSTREA_H) + #include <strstrea.h> + #else +- #include <strstream.h> ++ #include <strstream> ++ ++ using std::strstreambuf; ++ using std::istrstream; ++ using std::ostrstream; ++ using std::strstream; + #endif + + #if defined(HAVE_STRCASECMP) |