mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 02:23:49 +01:00
sys/cbor/cbor.c: add <time.h> if ctime module is used
This commit is contained in:
parent
084aa48e21
commit
4839a1cbbf
@ -24,6 +24,9 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#ifdef MODULE_CBOR_CTIME
|
||||||
|
#include <time.h>
|
||||||
|
#endif
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG (0)
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user