diff options
author | arved <arved@FreeBSD.org> | 2003-07-20 22:09:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-07-20 22:09:54 +0800 |
commit | 84b69a387c54dc75ed6988c427f7955bf9193895 (patch) | |
tree | 6aeef3404adc90b306ef8793a41f196fa2b3824d /finance | |
parent | b0e18307fc4b13e5e94fc9db0c86adc18430e83d (diff) | |
download | freebsd-ports-gnome-84b69a387c54dc75ed6988c427f7955bf9193895.tar.gz freebsd-ports-gnome-84b69a387c54dc75ed6988c427f7955bf9193895.tar.zst freebsd-ports-gnome-84b69a387c54dc75ed6988c427f7955bf9193895.zip |
Fix a build problem with CURRENT.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/openhbci/files/patch-transaction.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/finance/openhbci/files/patch-transaction.cpp b/finance/openhbci/files/patch-transaction.cpp new file mode 100644 index 000000000000..2cd1a0072bfa --- /dev/null +++ b/finance/openhbci/files/patch-transaction.cpp @@ -0,0 +1,10 @@ +--- src/openhbci/core/transaction.cpp.orig Sun Jul 20 16:02:04 2003 ++++ src/openhbci/core/transaction.cpp Sun Jul 20 16:02:48 2003 +@@ -34,6 +34,7 @@ + #include <config.h> + #endif + ++#include <assert.h> + #include "transaction.h" + #include "hbcistring.h" + |