From: nethack.allison Date: Mon, 17 Feb 2003 01:47:13 +0000 (+0000) Subject: OS/2 patch (from ) X-Git-Tag: MOVE2GIT~2169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d96d214c61661729dd1ab0fec565782f6adb080;p=nethack OS/2 patch (from ) --- diff --git a/sys/os2/os2.c b/sys/os2/os2.c index cf37dc77d..676774ebd 100644 --- a/sys/os2/os2.c +++ b/sys/os2/os2.c @@ -358,4 +358,7 @@ int *lan_username_size; { return (char*)0; } +#ifdef X11_GRAPHICS +int errno; +#endif #endif /* OS2 */