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