X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6760cb07d6b57be16928d95339d71e57c4e24f36..d5a1db1d0b268cb9ed8f37246fd970fce7631943:/include/xbt/graphxml_parse.h diff --git a/include/xbt/graphxml_parse.h b/include/xbt/graphxml_parse.h index f70dbc4889..9e3ff4fefa 100644 --- a/include/xbt/graphxml_parse.h +++ b/include/xbt/graphxml_parse.h @@ -9,9 +9,10 @@ #ifndef _XBT_GRAPHXML_PARSE_H #define _XBT_GRAPHXML_PARSE_H -#include /* to have FILE */ +#include /* to have FILE */ #include "xbt/misc.h" #include "xbt/graphxml.h" +#include "simgrid_config.h" /* Entry-point of the graphxml parser. */ extern int_f_void_t xbt_graph_parse;