Skip to content

Commit f0cf15e

Browse files
authored
Merge pull request #9893 from cladmi/pr/sha256/fixup_include
sys/hashes/sha256: replace include by stddef.h
2 parents 775acf9 + a052801 commit f0cf15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/include/hashes/sha256.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define HASHES_SHA256_H
5050

5151
#include <inttypes.h>
52-
#include <unistd.h>
52+
#include <stddef.h>
5353

5454
#ifdef __cplusplus
5555
extern "C" {

0 commit comments

Comments
 (0)