commit 8826eb7918768ab1543777ff0ff283bc1531277e parent e701a86385d652d19b1fd461ae4a84d1db2accba Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Fri, 15 Mar 1996 15:21:38 -0300 small correction Diffstat:
M | inout.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/inout.h b/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 #include "types.h" -#include "stdio.h" +#include <stdio.h> extern Word lua_linenumber;