From aee58827f69b637a767d51db4c5a0f14aefce3b9 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 24 May 2014 22:53:17 +0200 Subject: [PATCH] declare all types that we may use --- include/xbt/xbt_os_time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xbt/xbt_os_time.h b/include/xbt/xbt_os_time.h index 0b1341aa29..1af3e60e22 100644 --- a/include/xbt/xbt_os_time.h +++ b/include/xbt/xbt_os_time.h @@ -10,6 +10,7 @@ #define _XBT_OS_TIMER_H #include /* XBT_PUBLIC */ +#include /* size_t */ /** @brief get time in seconds -- 2.20.1