From 3317f5c6d9f3c8370430bb8b412b7f7a65b797b2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 5 Jan 2015 11:48:33 -0200 Subject: includes 'stddef.h' (as it uses NULL) --- lopcodes.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lopcodes.c') 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 + #include "lopcodes.h" -- cgit v1.2.3-55-g6feb