From 9ef148e9316cc5ccc9e4f5661a7b516b0f20e740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Thu, 20 Oct 2016 15:33:01 +0200 Subject: [PATCH] cpu/atmega_common: include time.h for time_t --- cpu/atmega_common/include/sys/time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/atmega_common/include/sys/time.h b/cpu/atmega_common/include/sys/time.h index b40464f73a..08100565f2 100644 --- a/cpu/atmega_common/include/sys/time.h +++ b/cpu/atmega_common/include/sys/time.h @@ -10,6 +10,7 @@ #define ATMEGA_TIME_H #include +#include #ifdef __cplusplus extern "C" {