mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readline: fix macos
This commit is contained in:
parent
526f1a3172
commit
00fd1abf82
@ -9,6 +9,8 @@
|
||||
|
||||
module readline
|
||||
|
||||
#include <termios.h>
|
||||
|
||||
import os
|
||||
|
||||
// Only use standard os.get_line
|
||||
|
Loading…
Reference in New Issue
Block a user