osx build: + unistd.h for isatty()
This commit is contained in:
parent
e72e7c25a7
commit
ea1dca8123
1 changed files with 2 additions and 2 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include <xo/facet/FacetRegistry.hpp>
|
||||
#include <replxx.hxx>
|
||||
#include <iostream>
|
||||
#include <unistd.h> // for isatty()
|
||||
|
||||
namespace xo {
|
||||
using xo::scm::VirtualSchematikaMachine;
|
||||
|
|
@ -85,7 +86,7 @@ namespace xo {
|
|||
|
||||
AppConfig(const ReplConfig & repl_cfg = ReplConfig(),
|
||||
const ArenaConfig & app_arena_cfg = ArenaConfig().with_name("skreplxx").with_size(16 * 1024),
|
||||
const VsmConfig & vsm_cfg = VsmConfig())
|
||||
const VsmConfig & vsm_cfg = VsmConfig())
|
||||
: repl_config_{repl_cfg}, app_arena_config_{app_arena_cfg}, vsm_config_{vsm_cfg}
|
||||
{
|
||||
//rdr_config_.reader_debug_flag_ = true;
|
||||
|
|
@ -239,4 +240,3 @@ main (int argc, char * argv[])
|
|||
} /*main*/
|
||||
|
||||
/* end skreplxx.cpp */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue