From 8826eb7918768ab1543777ff0ff283bc1531277e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 15 Mar 1996 15:21:58 -0300 Subject: [PATCH] small correction --- inout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inout.h b/inout.h index b27d1c2b..24281d6b 100644 --- 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 extern Word lua_linenumber;