X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8be7ea3f9e71cd563e91b6aba63f5c70f043fbd5..3dfb0dec2b5d519287ef09aac15f405c07770c71:/src/bindings/lua/lua_private.h diff --git a/src/bindings/lua/lua_private.h b/src/bindings/lua/lua_private.h index e9dc6b1c79..f9e72f3725 100644 --- a/src/bindings/lua/lua_private.h +++ b/src/bindings/lua/lua_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -7,7 +7,7 @@ /* SimGrid Lua bindings */ #include "simgrid_lua.h" -#include "msg/msg.h" +#include "simgrid/msg.h" void sglua_register_task_functions(lua_State* L); msg_task_t sglua_check_task(lua_State* L, int index);