mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #14593 from bergzand/pr/pkg_libcose/unistd
tests/pkg_libcose: add missing unistd.h include
This commit is contained in:
commit
f39d40704c
@ -22,6 +22,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "cose.h"
|
||||
#include "cose/sign.h"
|
||||
|
Loading…
Reference in New Issue
Block a user