diff options
Diffstat (limited to 'misc/gnucash/patches/patch-ag')
-rw-r--r-- | misc/gnucash/patches/patch-ag | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/gnucash/patches/patch-ag b/misc/gnucash/patches/patch-ag index 6edc6af01a9..545f91d16c7 100644 --- a/misc/gnucash/patches/patch-ag +++ b/misc/gnucash/patches/patch-ag @@ -1,12 +1,12 @@ -$NetBSD: patch-ag,v 1.2 2000/05/13 06:21:02 rh Exp $ +$NetBSD: patch-ag,v 1.3 2000/06/26 17:03:09 rh Exp $ ---- src/engine/util.h.orig Thu May 4 16:27:13 2000 -+++ src/engine/util.h Thu May 4 16:27:32 2000 -@@ -28,6 +28,7 @@ - #define __XACC_UTIL_H__ - +--- src/engine/util.h.orig Thu Jun 8 23:22:11 2000 ++++ src/engine/util.h Mon Jun 26 17:10:40 2000 +@@ -34,6 +34,7 @@ + #include <errno.h> + #include <stdio.h> #include <stdlib.h> +#include <locale.h> - #include "config.h" + #include "gnc-common.h" |