1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00

sys/cbor/cbor.c: add <time.h> if ctime module is used

This commit is contained in:
kYc0o 2017-10-24 16:03:31 +02:00
parent 084aa48e21
commit 4839a1cbbf

View File

@ -24,6 +24,9 @@
#include <stdlib.h>
#include <string.h>
#ifdef MODULE_CBOR_CTIME
#include <time.h>
#endif
#define ENABLE_DEBUG (0)
#include "debug.h"