diff options
-rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 9a45fee38..903dd9c38 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1690,7 +1690,9 @@ struct ttyinfo { # ifdef OXTABS #define SGTABTYPE OXTABS # else +# ifdef XTABS #define SGTABTYPE XTABS +# endif # endif # endif |