Explicitly include <ctype.h> in src/lua/init.c
* src/lua/init.c: Explicitly include <ctype.h>. `isspace` is used in source. Normally <ctype.h> is included through <readline/readline.h>, nut native `Readline` on OSX doesn't include <ctype.h>.
Loading
Please register or sign in to comment