From c21ee2867964b9eb3ee42d2fd50c1970a63ef2af Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 14 Oct 2003 20:48:15 +0000 Subject: [PATCH] include newmenu header (for FAIL macro) --- ChangeLog | 4 ++++ arch/win32/ipx_mcast4.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e99c997d..1beb6a39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-14 Bradley Bell + + * arch/win32/ipx_mcast4.c: include newmenu header (for FAIL macro) + 2003-10-12 Bradley Bell * main/cntrlcen.c, main/endlevel.c, main/gamerend.c, diff --git a/arch/win32/ipx_mcast4.c b/arch/win32/ipx_mcast4.c index 67162bac..80a432d6 100644 --- a/arch/win32/ipx_mcast4.c +++ b/arch/win32/ipx_mcast4.c @@ -1,4 +1,4 @@ -/* $Id: ipx_mcast4.c,v 1.1 2003-10-12 09:17:47 btb Exp $ */ +/* $Id: ipx_mcast4.c,v 1.2 2003-10-14 20:48:15 btb Exp $ */ /* * @@ -25,6 +25,7 @@ #include "args.h" #include "error.h" #include "../../main/multi.h" +#include "../../main/newmenu.h" //#define IPX_MCAST4_DEBUG -- 2.39.2