$NetBSD: patch-av,v 1.1.1.1 2001/04/27 15:27:31 agc Exp $ --- regen.c.orig Sat Jan 13 21:19:57 2001 +++ regen.c Sat Jan 13 21:21:02 2001 @@ -1,4 +1,5 @@ /* regen.c */ +#include #include "header.h" #include "player.h" #include "itm.h" @@ -12,7 +13,7 @@ subroutine to regenerate player hp and spells */ -regen() +void regen(void) { int i,flag; long *d;