diff options
Diffstat (limited to 'linenoise/linenoise.h')
-rw-r--r-- | linenoise/linenoise.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linenoise/linenoise.h b/linenoise/linenoise.h index 4ad3ce64..5564afb4 100644 --- a/linenoise/linenoise.h +++ b/linenoise/linenoise.h @@ -92,7 +92,7 @@ typedef struct lino_os { wide_disp \ } -#if HAVE_TERMIOS +#if CONFIG_FULL_REPL typedef struct lino_completions { size_t len; |