Add #include <time.h> for time_t definition

This commit is contained in:
Stefan `Sec` Zehl 2011-07-27 23:40:14 +02:00
parent 28cc6e63ca
commit 932d5502d2
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef __BASIC_H_
#define __BASIC_H_
#include <time.h>
#include "core/gpio/gpio.h"
#include "core/adc/adc.h"
@ -203,3 +204,4 @@ int applyConfig(void);
#define SYSTICKSPEED 10
#endif