summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-21 20:43:45 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-21 20:43:45 +0000
commit5a6d536841202ba98231ce5cd6d076caa5fb864b (patch)
tree3a0000c3c3fac695a91b880226362a053c1e3614 /finance
parentTry to autodetect if apache2 is installed. Build as an apache2 module (diff)
Add a patch i forgot in the last commit
Notes
Notes: svn path=/head/; revision=70713
Diffstat (limited to 'finance')
-rw-r--r--finance/qhacc/files/patch-src::qhacctable.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/finance/qhacc/files/patch-src::qhacctable.h b/finance/qhacc/files/patch-src::qhacctable.h
new file mode 100644
index 000000000000..ff5282b99d1a
--- /dev/null
+++ b/finance/qhacc/files/patch-src::qhacctable.h
@@ -0,0 +1,15 @@
+--- src/qhacctable.h.orig Sun Nov 24 19:22:27 2002
++++ src/qhacctable.h Sun Nov 24 19:26:03 2002
+@@ -26,9 +26,10 @@
+ #include <qstring.h>
+ #include <qdatetime.h>
+
+-class QFile;
++#include <fstream>
++using std::ostream;
+
+-class ostream;
++class QFile;
+
+ class QHaccTableIndex;
+