summaryrefslogtreecommitdiff
path: root/strlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'strlib.c')
-rw-r--r--strlib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/strlib.c b/strlib.c
index e2e2666c..9f683362 100644
--- a/strlib.c
+++ b/strlib.c
@@ -3,7 +3,7 @@
3** String library to LUA 3** String library to LUA
4*/ 4*/
5 5
6char *rcs_strlib="$Id: strlib.c,v 1.1 1993/12/17 18:41:19 celes Exp celes $"; 6char *rcs_strlib="$Id: strlib.c,v 1.2 1994/03/28 15:14:02 celes Exp celes $";
7 7
8#include <stdlib.h> 8#include <stdlib.h>
9#include <string.h> 9#include <string.h>
@@ -13,6 +13,7 @@ char *rcs_strlib="$Id: strlib.c,v 1.1 1993/12/17 18:41:19 celes Exp celes $";
13 13
14 14
15#include "lua.h" 15#include "lua.h"
16#include "lualib.h"
16 17
17/* 18/*
18** Return the position of the first caracter of a substring into a string 19** Return the position of the first caracter of a substring into a string