From 7c342c488e8325af6a5f5a466df6dcbf3b563260 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 6 Feb 1995 17:35:09 -0200 Subject: header "stdlib.h" was missing (gcc does not warn that) --- opcode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opcode.c b/opcode.c index 39cc3651..7d5fd838 100644 --- a/opcode.c +++ b/opcode.c @@ -3,9 +3,10 @@ ** TecCGraf - PUC-Rio */ -char *rcs_opcode="$Id: opcode.c,v 3.32 1995/01/27 17:19:06 celes Exp roberto $"; +char *rcs_opcode="$Id: opcode.c,v 3.33 1995/02/02 20:05:37 roberto Exp roberto $"; #include +#include #include #include #include -- cgit v1.2.3-55-g6feb