aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltm.c b/ltm.c
index df30955b..b66d3d46 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.c,v 1.69 2001/02/23 17:17:25 roberto Exp roberto $ 2** $Id: ltm.c,v 1.70 2001/03/02 17:27:50 roberto Exp roberto $
3** Tag methods 3** Tag methods
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -8,6 +8,7 @@
8#include <stdio.h> 8#include <stdio.h>
9#include <string.h> 9#include <string.h>
10 10
11#define LUA_PRIVATE
11#include "lua.h" 12#include "lua.h"
12 13
13#include "ldo.h" 14#include "ldo.h"