X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/251bbe5068a2a7b23a23a4df11fc1b785dce6ff4..4667db33a753d88cbcd186f191fb1e65f49f4bd6:/include/xbt/xbt_os_time.h diff --git a/include/xbt/xbt_os_time.h b/include/xbt/xbt_os_time.h index d0a42926b8..b9d9b46b92 100644 --- a/include/xbt/xbt_os_time.h +++ b/include/xbt/xbt_os_time.h @@ -10,13 +10,14 @@ #define _XBT_OS_TIMER_H #include /* XBT_PUBLIC */ +#include /* size_t */ SG_BEGIN_DECL() /** @brief get time in seconds - - * gives the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970). - */ + * + * gives the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970). + */ XBT_PUBLIC(double) xbt_os_time(void); XBT_PUBLIC(void) xbt_os_sleep(double sec);