summaryrefslogtreecommitdiff
path: root/lmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'lmem.c')
-rw-r--r--lmem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lmem.c b/lmem.c
index f88e769e..189986a5 100644
--- a/lmem.c
+++ b/lmem.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lmem.c,v 1.47 2001/02/20 18:15:33 roberto Exp roberto $ 2** $Id: lmem.c,v 1.48 2001/02/23 17:17:25 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,7 @@
7 7
8#include <stdlib.h> 8#include <stdlib.h>
9 9
10#define LUA_PRIVATE
10#include "lua.h" 11#include "lua.h"
11 12
12#include "ldo.h" 13#include "ldo.h"