mirror of
https://github.com/lua/lua.git
synced 2024-11-24 02:33:48 +08:00
function "stat" needs "sys/types.h"
This commit is contained in:
parent
7c342c488e
commit
bb00cd66a7
3
iolib.c
3
iolib.c
@ -3,10 +3,11 @@
|
||||
** Input/output library to LUA
|
||||
*/
|
||||
|
||||
char *rcs_iolib="$Id: iolib.c,v 1.19 1995/01/03 13:14:13 celes Exp roberto $";
|
||||
char *rcs_iolib="$Id: iolib.c,v 1.20 1995/02/02 18:54:58 roberto Exp roberto $";
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user