summaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-01-05 11:48:33 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-01-05 11:48:33 -0200
commit3317f5c6d9f3c8370430bb8b412b7f7a65b797b2 (patch)
treebe94c4a4d7ab5179cb2a796a286008d9dab3053d /lopcodes.c
parentdbf911c516acc51770f99f362e59cd32b621b3b8 (diff)
downloadlua-github-3317f5c6d9f3c8370430bb8b412b7f7a65b797b2.tar.gz
includes 'stddef.h' (as it uses NULL)
Diffstat (limited to 'lopcodes.c')
-rw-r--r--lopcodes.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lopcodes.c b/lopcodes.c
index bfc3d5fc..10d4bbce 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -1,5 +1,5 @@
/*
-** $Id: lopcodes.c,v 1.53 2013/12/30 20:47:58 roberto Exp roberto $
+** $Id: lopcodes.c,v 1.54 2014/11/02 19:19:04 roberto Exp roberto $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
@@ -10,6 +10,8 @@
#include "lprefix.h"
+#include <stddef.h>
+
#include "lopcodes.h"