X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b3677b425b9cc6949c1573d59ac772540cbf4b2..6774782e558b4a6495e054a767bb27e7350ca582:/src/bindings/lua/lua_private.h diff --git a/src/bindings/lua/lua_private.h b/src/bindings/lua/lua_private.h index e551413b22..f9e72f3725 100644 --- a/src/bindings/lua/lua_private.h +++ b/src/bindings/lua/lua_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012-2014. 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);