1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #9891 from cladmi/pr/sha256/unistd

sys/hashes/sha256: add missing unistd.h include
This commit is contained in:
Francisco Acosta 2018-09-06 11:41:08 +02:00 committed by GitHub
commit 1558a9c78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@
#define HASHES_SHA256_H
#include <inttypes.h>
#include <unistd.h>
#ifdef __cplusplus
extern "C" {