diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-14 12:54:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-14 12:54:17 +0000 |
commit | 51505fe87160d96ee169096629f226ab1de71461 (patch) | |
tree | 3004c76cf66fa92cf01f8fa03dbcb9ff81517e42 /audio/quelcom/files/patch-lib::qcuthandler.cc | |
parent | - Update to version 0.99.2 (diff) |
- Update to version 0.4.0
PR: ports/62813
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=100910
Diffstat (limited to 'audio/quelcom/files/patch-lib::qcuthandler.cc')
-rw-r--r-- | audio/quelcom/files/patch-lib::qcuthandler.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/quelcom/files/patch-lib::qcuthandler.cc b/audio/quelcom/files/patch-lib::qcuthandler.cc new file mode 100644 index 000000000000..65e9afd3bd8d --- /dev/null +++ b/audio/quelcom/files/patch-lib::qcuthandler.cc @@ -0,0 +1,11 @@ +--- lib/qcuthandler.cc.orig Fri Feb 23 21:29:12 2001 ++++ lib/qcuthandler.cc Fri Feb 13 19:17:38 2004 +@@ -2,6 +2,8 @@ + * implementation functions for class qcuthandler + */ + ++#include <iostream> ++ + # include "qcuthandler.hh" + # include "qmisc.hh" + # include "qexception.hh" |