X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/364eee0fc6ab77fddc5437ac273527bd27711724..6d004c352f7b26fba38486001f874e65466b5bee:/src/bindings/lua/simgrid_lua.hpp diff --git a/src/bindings/lua/simgrid_lua.hpp b/src/bindings/lua/simgrid_lua.hpp index 33e8a47858..21ddf1e913 100644 --- a/src/bindings/lua/simgrid_lua.hpp +++ b/src/bindings/lua/simgrid_lua.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -6,13 +6,13 @@ #ifndef SIMGRID_LUA_HPP #define SIMGRID_LUA_HPP -extern "C" { -#include +#include /* ********************************************************************************* */ /* Plaftorm functions */ /* ********************************************************************************* */ +extern "C" { int console_open(lua_State* L); int console_close(lua_State* L);