diff options
Diffstat (limited to 'lopcodes.c')
-rw-r--r-- | lopcodes.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.c,v 1.53 2013/12/30 20:47:58 roberto Exp roberto $ | 2 | ** $Id: lopcodes.c,v 1.54 2014/11/02 19:19:04 roberto Exp roberto $ |
3 | ** Opcodes for Lua virtual machine | 3 | ** Opcodes for Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -10,6 +10,8 @@ | |||
10 | #include "lprefix.h" | 10 | #include "lprefix.h" |
11 | 11 | ||
12 | 12 | ||
13 | #include <stddef.h> | ||
14 | |||
13 | #include "lopcodes.h" | 15 | #include "lopcodes.h" |
14 | 16 | ||
15 | 17 | ||