From 42334463447e884b9a1198be599d734fbe2d1eb7 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Wed, 22 Oct 2014 10:16:52 -0300 Subject: debug: Fix broken DLOG macro calls --- scripts/msgpack-gen.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/msgpack-gen.lua b/scripts/msgpack-gen.lua index ba962d69d1..aa3aaf40fa 100644 --- a/scripts/msgpack-gen.lua +++ b/scripts/msgpack-gen.lua @@ -86,6 +86,7 @@ end output = io.open(outputf, 'wb') output:write([[ +#include #include #include #include -- cgit