summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llimits.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/llimits.h b/llimits.h
index 61db7be7..da14a37c 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.25 2001/02/23 17:17:25 roberto Exp roberto $ 2** $Id: llimits.h,v 1.26 2001/02/23 17:28:12 roberto Exp roberto $
3** Limits, basic types, and some other `installation-dependent' definitions 3** Limits, basic types, and some other `installation-dependent' definitions
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -12,6 +12,8 @@
12#include <stddef.h> 12#include <stddef.h>
13 13
14 14
15#include "lua.h"
16
15 17
16/* 18/*
17** try to find number of bits in an integer 19** try to find number of bits in an integer