$NetBSD: patch-ar,v 1.2 2012/02/16 16:47:58 hans Exp $ --- ../spunk/menue.cc.orig Sun Jan 26 18:17:32 1997 +++ ../spunk/menue.cc Sat Feb 10 18:38:35 2001 @@ -26,6 +26,10 @@ #include #endif +#ifdef __sun +#include +#endif + #include "keydef.h" #include "screen.h" #include "winattr.h" @@ -495,8 +499,8 @@ void GenericMenue::DynamicRight () i16 GenericMenue::GetChoice () { - const AltNextKeyCode = MaxUserID + 1; - const AltPrevKeyCode = MaxUserID + 2; + const int AltNextKeyCode = MaxUserID + 1; + const int AltPrevKeyCode = MaxUserID + 2; // Remember old window state