`lua.h' is included before any other Lua header file
This commit is contained in:
3
lua.c
3
lua.c
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: lua.c,v 1.37 2000/04/14 17:46:29 roberto Exp roberto $
|
||||
** $Id: lua.c,v 1.38 2000/05/10 17:00:21 roberto Exp roberto $
|
||||
** Lua stand-alone interpreter
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#include "luadebug.h"
|
||||
#include "lualib.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user