Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
load system headers after simgrid ones
[simgrid.git] / include / xbt / misc.h
index afbe273..87dbc48 100644 (file)
@@ -9,12 +9,12 @@
 #ifndef XBT_MISC_H
 #define XBT_MISC_H
 
-#include <stdarg.h>
-
 #include "simgrid_config.h"
 #include "base.h"
 #include "dynar.h"
 
+#include <stdarg.h>
+
 SG_BEGIN_DECL()
 
 /** Cache the size of a memory page for the current system. */