Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | --- a/util_lib/include/sha256.h |
2 | +++ b/util_lib/include/sha256.h | ||||
3 | @@ -1,7 +1,8 @@ | ||||
4 | #ifndef SHA256_H | ||||
5 | #define SHA256_H | ||||
6 | |||||
7 | -#include <sys/types.h> | ||||
8 | +//#include <sys/types.h> | ||||
9 | +#include <stddef.h> | ||||
10 | #include <stdint.h> | ||||
11 | |||||
12 | typedef struct | ||||
13 |