lua-utils: include missing header for bool.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Wed, 22 Jan 2014 11:01:39 +0000 (13:01 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Wed, 22 Jan 2014 11:01:39 +0000 (13:01 +0200)
src/core/lua-utils/object.h

index 9ba0b7b..ffdfdaf 100644 (file)
@@ -30,6 +30,8 @@
 #ifndef __MURPHY_LUA_OBJECT_H__
 #define __MURPHY_LUA_OBJECT_H__
 
+#include <stdbool.h>
+
 #include <lualib.h>
 #include <lauxlib.h>