X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23c27f8d4c7eff580894e6c4754f47577be20ceb..0790ea3af6d447397bc1f158fb3e9843f4c90d3d:/src/surf/surfxml_parseplatf.cpp diff --git a/src/surf/surfxml_parseplatf.cpp b/src/surf/surfxml_parseplatf.cpp index ab301e372d..7ab9cb914f 100644 --- a/src/surf/surfxml_parseplatf.cpp +++ b/src/surf/surfxml_parseplatf.cpp @@ -14,11 +14,13 @@ #include "src/surf/surf_private.h" #ifdef HAVE_LUA +extern "C" { #include "src/bindings/lua/simgrid_lua.h" #include /* Always include this when calling Lua */ #include /* Always include this when calling Lua */ #include /* Prototype for luaL_openlibs(), */ +} #endif XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_parse);