$NetBSD: patch-ak,v 1.2 1998/08/07 10:40:39 agc Exp $ --- include/global.h.orig Fri Feb 20 03:46:32 1998 +++ include/global.h Fri Feb 20 03:46:32 1998 @@ -50,3 +50,3 @@ #include "structs.h" -#if defined(RPLAY_SOUND) && !defined(__CEXTRACT__) +#if defined(RPLAY_SND) && !defined(__CEXTRACT__) #include /* RPLAY structure */ @@ -163,3 +163,3 @@ -#ifdef RPLAY_SOUND +#ifdef RPLAY_SND EXTERN RPLAY *sound_table[NROF_SOUNDS];