X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8a711fff5d58d67d990cf7f4de8ccc06e7ddfc2f..cf62384b9fb7871b4725f34b5cd4f0a2ed591384:/src/simix/simcalls.py diff --git a/src/simix/simcalls.py b/src/simix/simcalls.py index 19da031dc7..ccaa8401ca 100755 --- a/src/simix/simcalls.py +++ b/src/simix/simcalls.py @@ -266,6 +266,7 @@ NUM_SIMCALLS fd.write(' *\n') fd.write(' * That\'s not about http://en.wikipedia.org/wiki/Poop, despite the odor :)\n') fd.write(' */\n\n') + fd.write('#include "smx_private.h"\n'); fd.write('#ifdef HAVE_MC\n'); fd.write('#include "mc/mc_private.h"\n');