Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix includes in surfxml_parse.h
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 15 Jun 2012 08:23:17 +0000 (10:23 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 15 Jun 2012 08:25:29 +0000 (10:25 +0200)
include/surf/surfxml_parse.h

index f839d6c..98c47d2 100644 (file)
@@ -8,9 +8,10 @@
 #define _SURF_SURFXML_PARSE_H
 
 #include <stdio.h>              /* to have FILE */
 #define _SURF_SURFXML_PARSE_H
 
 #include <stdio.h>              /* to have FILE */
-#include "surf/simgrid_dtd.h"
+#include "xbt/misc.h"
 #include "xbt/function_types.h"
 #include "xbt/dict.h"
 #include "xbt/function_types.h"
 #include "xbt/dict.h"
+#include "surf/simgrid_dtd.h"
 
 SG_BEGIN_DECL()
 
 
 SG_BEGIN_DECL()