Skip to content
Snippets Groups Projects
Commit 4839a1cb authored by kYc0o's avatar kYc0o
Browse files

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

parent 084aa48e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment