diff options
Diffstat (limited to 'audio/quelcom/files/patch-lib::qfile.hh')
-rw-r--r-- | audio/quelcom/files/patch-lib::qfile.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/quelcom/files/patch-lib::qfile.hh b/audio/quelcom/files/patch-lib::qfile.hh new file mode 100644 index 000000000000..270ac8814cd2 --- /dev/null +++ b/audio/quelcom/files/patch-lib::qfile.hh @@ -0,0 +1,10 @@ +--- lib/qfile.hh.orig Fri Feb 23 21:29:12 2001 ++++ lib/qfile.hh Fri Feb 13 19:17:38 2004 +@@ -9,6 +9,7 @@ + # include <sys/stat.h> // struct stat, fstat + # include <sys/types.h> // u_int32_t + ++using namespace std; + + /*! + * \brief class for mapped files. |