Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New function: xbt_os_timer_resume() to restart a timer w/o resetting it.
[simgrid.git] / src / portable.h
index f9dc951..70701e0 100644 (file)
 #  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 
  ****/