From 865bcb34a1964be94d5cd3bb17171221d80b942c Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 30 Jan 1999 21:41:50 +0000 Subject: [PATCH] add stupid prototype git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1660 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/util.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/engine/util.c b/src/engine/util.c index 236f55e379..4d066522a3 100644 --- a/src/engine/util.c +++ b/src/engine/util.c @@ -30,6 +30,9 @@ #include "messages.h" #include "util.h" +/* hack alert -- stpcpy prototype is missing, use -DGNU */ +char * stpcpy (char *dest, const char *src); + /** GLOBALS *********************************************************/ /* 0 == disable all messages