aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ltm.c b/ltm.c
index 60451581..8a4c8e74 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.c,v 1.103 2002/10/25 20:05:28 roberto Exp roberto $ 2** $Id: ltm.c,v 1.104 2002/11/14 11:51: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*/
@@ -7,6 +7,8 @@
7 7
8#include <string.h> 8#include <string.h>
9 9
10#define ltm_c
11
10#include "lua.h" 12#include "lua.h"
11 13
12#include "lobject.h" 14#include "lobject.h"