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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user