summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>1995-02-07 14:04:15 -0200
committerLuiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>1995-02-07 14:04:15 -0200
commit0761c4c03603b437516d6dd0e83e250c55dcbe5e (patch)
tree9ef43102c7e107166574a60427caece22e381ed6
parent2d053126e642bc1770ccc426ef0a95eb13f2085c (diff)
downloadlua-2.1.tar.gz
lua-2.1.tar.bz2
lua-2.1.zip
included string.hv2.1
-rw-r--r--lua.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua.c b/lua.c
index 966916bd..52f59537 100644
--- a/lua.c
+++ b/lua.c
@@ -3,9 +3,10 @@
3** Linguagem para Usuarios de Aplicacao 3** Linguagem para Usuarios de Aplicacao
4*/ 4*/
5 5
6char *rcs_lua="$Id: lua.c,v 1.2 1994/11/28 17:12:49 roberto Exp celes $"; 6char *rcs_lua="$Id: lua.c,v 1.3 1994/12/14 19:58:20 celes Exp $";
7 7
8#include <stdio.h> 8#include <stdio.h>
9#include <string.h>
9 10
10#include "lua.h" 11#include "lua.h"
11#include "lualib.h" 12#include "lualib.h"