added include for 'lprefix.h', for stuff that must be added before
any other header file
This commit is contained in:
10
loslib.c
10
loslib.c
@@ -1,9 +1,14 @@
|
||||
/*
|
||||
** $Id: loslib.c,v 1.49 2014/10/17 16:28:21 roberto Exp roberto $
|
||||
** $Id: loslib.c,v 1.50 2014/10/25 11:50:46 roberto Exp roberto $
|
||||
** Standard Operating System library
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
#define loslib_c
|
||||
#define LUA_LIB
|
||||
|
||||
#include "lprefix.h"
|
||||
|
||||
|
||||
#include <errno.h>
|
||||
#include <locale.h>
|
||||
@@ -11,9 +16,6 @@
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#define loslib_c
|
||||
#define LUA_LIB
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#include "lauxlib.h"
|
||||
|
||||
Reference in New Issue
Block a user