Skip to content
Snippets Groups Projects
Commit 9ef148e9 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

cpu/atmega_common: include time.h for time_t

parent d588c625
Branches
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
#define ATMEGA_TIME_H
#include <sys/types.h>
#include <time.h>
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment