Add missing include for isatty on win32
This commit is contained in:
parent
2e7e14df1c
commit
e9824e1740
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
|||
# endif
|
||||
# undef HAVE_READLINE
|
||||
# endif
|
||||
# ifdef WIN32
|
||||
# include <io.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
namespace fc { namespace rpc {
|
||||
|
|
|
|||
Loading…
Reference in a new issue