Skip to content
Snippets Groups Projects
Commit d8d658f1 authored by Peter Kietzmann's avatar Peter Kietzmann Committed by GitHub
Browse files

Merge pull request #5974 from cgundogan/pr/atmega_common_time

cpu/atmega_common: include time.h for time_t
parents 64346872 9ef148e9
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#define ATMEGA_TIME_H #define ATMEGA_TIME_H
#include <sys/types.h> #include <sys/types.h>
#include <time.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment