mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
Merge pull request #9893 from cladmi/pr/sha256/fixup_include
sys/hashes/sha256: replace include by stddef.h
This commit is contained in:
commit
f0cf15ece4
@ -49,7 +49,7 @@
|
||||
#define HASHES_SHA256_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <unistd.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user