X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/153a23ebab4528af6f0b0152b880fdbe97b1bfd9..0450dbf72458f8c636206f2e823edf31840c95fa:/testsuite/gras/mk_datadesc_structs.pl diff --git a/testsuite/gras/mk_datadesc_structs.pl b/testsuite/gras/mk_datadesc_structs.pl index 7ebf03c82a..41a65715da 100755 --- a/testsuite/gras/mk_datadesc_structs.pl +++ b/testsuite/gras/mk_datadesc_structs.pl @@ -19,8 +19,7 @@ die 'scalar @types != scalar @abrev' unless (scalar @types == scalar @abrev); print "/* This file is perl-generated, of course */\n\n"; -print "#include \n"; -print "#include \n\n"; +print "#include \"gras.h\"\n\n"; print "XBT_LOG_NEW_DEFAULT_SUBCATEGORY(structs,test,\"Logs about the gigantic struct test\");\n\n";