small fixes to compile in Windows again.
Trust _isatty git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2311 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
#include <gmp.h>
|
||||
#endif
|
||||
|
||||
#ifdef __WIN32__
|
||||
/* Windows */
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#define BUF_SIZE 256
|
||||
#define TMP_BUF_SIZE 2*BUF_SIZE
|
||||
#define BUF_RINGS 16
|
||||
|
Reference in New Issue
Block a user