X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6..e709643ef0c5b61c6c878016c418bffa2b1b20cd:/src/bindings/lua/lua_private.hpp diff --git a/src/bindings/lua/lua_private.hpp b/src/bindings/lua/lua_private.hpp index e6d249b7bd..00a5500f67 100644 --- a/src/bindings/lua/lua_private.hpp +++ b/src/bindings/lua/lua_private.hpp @@ -8,11 +8,12 @@ #ifndef LUA_PRIVATE_HPP #define LUA_PRIVATE_HPP -#include "simgrid/msg.h" +#include "simgrid/host.h" #include "simgrid_lua.hpp" +#include "xbt/log.h" void sglua_register_host_functions(lua_State* L); -msg_host_t sglua_check_host(lua_State* L, int index); +sg_host_t sglua_check_host(lua_State* L, int index); void sglua_register_platf_functions(lua_State* L);