From a6c8ca71233e9b771b91789e3059b9d22b26c8e9 Mon Sep 17 00:00:00 2001 From: tomas Date: Thu, 14 Oct 2004 11:13:29 +0000 Subject: Adaptacao `a nova funcao luaL_openlib (luaL_module). --- src/lfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lfs.c b/src/lfs.c index d494dd3..727399d 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -9,7 +9,7 @@ ** lfs.lock (fh, mode) ** lfs.unlock (fh) ** -** $Id: lfs.c,v 1.1 2004/07/29 14:26:33 tomas Exp $ +** $Id: lfs.c,v 1.2 2004/10/14 11:13:29 tomas Exp $ */ #include @@ -34,6 +34,7 @@ #include #include "lfs.h" +#include "compat-5.1.h" /* Define 'strerror' for systems that do not implement it */ #ifdef NO_STRERROR -- cgit v1.2.3-55-g6feb