Skip to content

Commit

Permalink
Merge pull request #9893 from cladmi/pr/sha256/fixup_include
Browse files Browse the repository at this point in the history
sys/hashes/sha256: replace include by stddef.h
  • Loading branch information
kYc0o authored Sep 6, 2018
2 parents 775acf9 + a052801 commit f0cf15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/hashes/sha256.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#define HASHES_SHA256_H

#include <inttypes.h>
#include <unistd.h>
#include <stddef.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit f0cf15e

Please sign in to comment.