1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #5974 from cgundogan/pr/atmega_common_time

cpu/atmega_common: include time.h for time_t
This commit is contained in:
Peter Kietzmann 2016-10-25 08:10:58 +02:00 committed by GitHub
commit d8d658f1f7

View File

@ -10,6 +10,7 @@
#define ATMEGA_TIME_H
#include <sys/types.h>
#include <time.h>
#ifdef __cplusplus
extern "C" {