aboutsummaryrefslogtreecommitdiff
path: root/src/lfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lfs.c')
-rw-r--r--src/lfs.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lfs.c b/src/lfs.c
index 43d5e9e..e361bd6 100644
--- a/src/lfs.c
+++ b/src/lfs.c
@@ -14,7 +14,7 @@
14** lfs.touch (filepath [, atime [, mtime]]) 14** lfs.touch (filepath [, atime [, mtime]])
15** lfs.unlock (fh) 15** lfs.unlock (fh)
16** 16**
17** $Id: lfs.c,v 1.34 2006/06/08 18:06:18 tomas Exp $ 17** $Id: lfs.c,v 1.35 2006/12/04 15:28:53 mascarenhas Exp $
18*/ 18*/
19 19
20#include <errno.h> 20#include <errno.h>
@@ -39,10 +39,6 @@
39#include "lua.h" 39#include "lua.h"
40#include "lauxlib.h" 40#include "lauxlib.h"
41#include "lualib.h" 41#include "lualib.h"
42#if ! defined (LUA_VERSION_NUM) || LUA_VERSION_NUM < 501
43#include "compat-5.1.h"
44#endif
45
46#include "lfs.h" 42#include "lfs.h"
47 43
48/* Define 'strerror' for systems that do not implement it */ 44/* Define 'strerror' for systems that do not implement it */