Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless operation.
[simgrid.git] / include / xbt / graphxml_parse.h
index f70dbc4..9e3ff4f 100644 (file)
@@ -9,9 +9,10 @@
 #ifndef _XBT_GRAPHXML_PARSE_H
 #define _XBT_GRAPHXML_PARSE_H
 
-#include <stdio.h>     /* to have FILE */
+#include <stdio.h>              /* 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;