Add missing include for isatty on win32

This commit is contained in:
Eric Frias 2015-05-04 13:36:15 -04:00
parent 2e7e14df1c
commit e9824e1740

View file

@ -23,6 +23,9 @@
# endif
# undef HAVE_READLINE
# endif
# ifdef WIN32
# include <io.h>
# endif
#endif
namespace fc { namespace rpc {