lammertb / libcrc

Multi platform CRC library
MIT License
576 stars 247 forks source link

checksum.h - missing include #5

Closed ratified1791 closed 5 years ago

ratified1791 commented 6 years ago

https://github.com/lammertb/libcrc/blob/master/include/checksum.h

needs the line:

include

...for the "size_t" parameters in the function calls. I think it's included by default in a lot of cases, but I've got a stripped-down bootloader that threw an error without this inclusion.

tepperly commented 6 years ago

I see this too.

greg4iiii commented 6 years ago

+1

lammertb commented 5 years ago

Fixed in commit https://github.com/lammertb/libcrc/commit/fb02cee2b9dace391a8151e3e42b6802e4c2fa41