mirror of https://github.com/rusefi/lua.git
include of math.h depends on luaconf
This commit is contained in:
parent
5dbb870815
commit
a77413acd0
3
lvm.c
3
lvm.c
|
@ -1,11 +1,10 @@
|
||||||
/*
|
/*
|
||||||
** $Id: lvm.c,v 2.54 2005/08/29 20:49:21 roberto Exp roberto $
|
** $Id: lvm.c,v 2.55 2005/09/09 18:23:35 roberto Exp roberto $
|
||||||
** Lua virtual machine
|
** Lua virtual machine
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <math.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in New Issue