aboutsummaryrefslogtreecommitdiff
path: root/lstrlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstrlib.c')
-rw-r--r--lstrlib.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lstrlib.c b/lstrlib.c
index da75bbd7..5935d826 100644
--- a/lstrlib.c
+++ b/lstrlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstrlib.c,v 1.42 2000/05/02 18:32:22 roberto Exp roberto $ 2** $Id: lstrlib.c,v 1.43 2000/05/24 13:54:49 roberto Exp roberto $
3** Standard library for string operations and pattern-matching 3** Standard library for string operations and pattern-matching
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -13,8 +13,9 @@
13 13
14#define LUA_REENTRANT 14#define LUA_REENTRANT
15 15
16#include "lauxlib.h"
17#include "lua.h" 16#include "lua.h"
17
18#include "lauxlib.h"
18#include "lualib.h" 19#include "lualib.h"
19 20
20 21