From bd8d3e137267181ee3a65c1b284347b2c5c1534e Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 3 Jan 2001 00:04:56 +0000 Subject: Fix compilation with new lesstif (need #include in some places). --- finance/xinvest/patches/patch-aa | 11 +++++++++++ finance/xinvest/patches/patch-ab | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 finance/xinvest/patches/patch-aa create mode 100644 finance/xinvest/patches/patch-ab (limited to 'finance/xinvest/patches') diff --git a/finance/xinvest/patches/patch-aa b/finance/xinvest/patches/patch-aa new file mode 100644 index 00000000000..7436703d22f --- /dev/null +++ b/finance/xinvest/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1 2001/01/03 00:04:56 wiz Exp $ + +--- account.h.orig Fri Feb 4 23:59:06 2000 ++++ account.h +@@ -24,4 +24,6 @@ + */ + ++#include ++ + int activeAccount(); /* Return index number of current account */ + int numAccounts(); /* Return number of open accounts */ diff --git a/finance/xinvest/patches/patch-ab b/finance/xinvest/patches/patch-ab new file mode 100644 index 00000000000..ecf3d4c8093 --- /dev/null +++ b/finance/xinvest/patches/patch-ab @@ -0,0 +1,10 @@ +$NetBSD: patch-ab,v 1.1 2001/01/03 00:04:56 wiz Exp $ + +--- status.c.orig Fri Feb 4 23:59:06 2000 ++++ status.c +@@ -24,4 +24,5 @@ + */ + ++#include + #include + -- cgit v1.2.3