Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make smx_popping_bodies.c parsable by eclipse (kinda)
[simgrid.git] / src / simix / simcalls.py
index da4df73..7ebab19 100755 (executable)
@@ -314,5 +314,8 @@ if __name__=='__main__':
   ### smx_popping_bodies.c
   ###
   fd = header('smx_popping_bodies.c')
+  fd.write('#include "smx_private.h"\n')
+  fd.write('#include "mc/mc_interface.h"\n')
+  fd.write('#include "xbt/ex.h"\n')
   handle(fd, Simcall.body, simcalls, simcalls_dict)
   fd.close()