Skip to content
Snippets Groups Projects
Commit a08f20ff authored by Kirill Yukhin's avatar Kirill Yukhin Committed by Roman Tsisyk
Browse files

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>.
parent eb9d8d35
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment