Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add first steps to explain How to add a new model in Simgrid
[simgrid.git] / src / portable.h
index f9dc951ba0304fa3aa99955a492043e8c084cc8f..70701e009e2d6492bcffb50af14a490d38ea7a5b 100644 (file)
 #  include <unistd.h>
 #endif
 
 #  include <unistd.h>
 #endif
 
+#ifdef HAVE_SYS_PARAM_H
+# include <sys/param.h>
+#endif
+#ifdef HAVE_SYS_SYSCTL_H
+# include <sys/sysctl.h>
+#endif
+
 /****
  **** Networking 
  ****/
 /****
  **** Networking 
  ****/