added missing include

This commit is contained in:
Christian Kroll 2014-03-18 19:53:07 +01:00
parent 2559bf327c
commit 62db40da00
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#ifndef BORG_TIME_H_
#define BORG_TIME_H_
#include <stdint.h>
//send a time request packet via can
void time_request(void);