mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
need "string.h" to use "strchr".
This commit is contained in:
parent
1f01998516
commit
7c2fb15bec
3
ltests.c
3
ltests.c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: ltests.c,v 1.6 2000/01/24 20:11:26 roberto Exp roberto $
|
** $Id: ltests.c,v 1.7 2000/02/08 16:34:31 roberto Exp roberto $
|
||||||
** Internal Module for Debugging of the Lua Implementation
|
** Internal Module for Debugging of the Lua Implementation
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#define LUA_REENTRANT
|
#define LUA_REENTRANT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user