1
0
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:
Alexandre Abadie 2020-07-23 17:26:36 +02:00 committed by GitHub
commit f39d40704c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "cose.h"
#include "cose/sign.h"