aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lobject.h b/lobject.h
index 4cdb1701..f9968a09 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,13 +1,17 @@
1/* 1/*
2** $Id: lobject.h,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $ 2** $Id: lobject.h,v 2.2 2004/02/16 19:09:52 roberto Exp roberto $
3** Type definitions for Lua objects 3** Type definitions for Lua objects
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7
7#ifndef lobject_h 8#ifndef lobject_h
8#define lobject_h 9#define lobject_h
9 10
10 11
12#include <stdarg.h>
13
14
11#include "llimits.h" 15#include "llimits.h"
12#include "lua.h" 16#include "lua.h"
13 17