misc: Include time.h for time_t on FreeBSD

Fix the build after I changed the order of header files in the
SMS test.
This commit is contained in:
Holger Hans Peter Freyther 2013-09-04 12:12:58 +02:00
parent d71a006cf6
commit 6145a2569f
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef _GSM0411_UTILS_H
#define _GSM0411_UTILS_H
#include <time.h>
/* Turn int into semi-octet representation: 98 => 0x89 */
uint8_t gsm411_bcdify(uint8_t value);