Fix a few build issues seen by various compilers

that I have on my system but haven't used for a while
(a couple of warnings and a couple of errors)
This commit is contained in:
nethack.allison
2008-12-30 22:02:31 +00:00
parent b8ed7412dc
commit 76350a5348
4 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ extern int errno;
#include <stdlib.h>
#endif
#if defined(UNIX) || defined(VMS)
#if defined(UNIX) || defined(VMS) || defined(_MSC_VER)
#include <signal.h>
#endif