mirror of https://github.com/rusefi/lua.git
small correction
This commit is contained in:
parent
e701a86385
commit
8826eb7918
4
inout.h
4
inout.h
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** $Id: inout.h,v 1.13 1996/02/07 14:13:47 roberto Exp roberto $
|
** $Id: inout.h,v 1.14 1996/03/15 13:13:13 roberto Exp roberto $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
#define inout_h
|
#define inout_h
|
||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "stdio.h"
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
||||||
extern Word lua_linenumber;
|
extern Word lua_linenumber;
|
||||||
|
|
Loading…
Reference in New Issue