Windows cleanup: include proper headers, remove unused variables, fix
type of signal handler. Mostly from Ron Koenderink.
This commit is contained in:
parent
cc5d78c2f0
commit
7dbb87b0e0
6 changed files with 13 additions and 15 deletions
|
@ -44,6 +44,8 @@
|
|||
#include <fcntl.h>
|
||||
#if !defined(_WIN32)
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
extern s_char *gettag();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue