aboutsummaryrefslogtreecommitdiff
path: root/lmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'lmem.c')
-rw-r--r--lmem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lmem.c b/lmem.c
index dd19a27c..8b89b764 100644
--- a/lmem.c
+++ b/lmem.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lmem.c,v 1.59 2002/10/25 21:29:20 roberto Exp roberto $ 2** $Id: lmem.c,v 1.60 2002/11/21 14:14:42 roberto Exp roberto $
3** Interface to Memory Manager 3** Interface to Memory Manager
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -7,6 +7,8 @@
7 7
8#include <stdlib.h> 8#include <stdlib.h>
9 9
10#define lmem_c
11
10#include "lua.h" 12#include "lua.h"
11 13
12#include "ldebug.h" 14#include "ldebug.h"