crc32: add missing stdint.h dependency
authorPetr Štetiar <ynezz@true.cz>
Tue, 22 Oct 2019 11:21:17 +0000 (13:21 +0200)
committerPetr Štetiar <ynezz@true.cz>
Sat, 9 Nov 2019 13:28:09 +0000 (14:28 +0100)
commit76d53deef8bb512255266d7a51918d300d8a6ab0
tree5570fe671149ee1fffcc0d9b5cf33a72ddbe5be5
parente5666ed3b47c311f3373afe9748abdb1a5910ae6
crc32: add missing stdint.h dependency

In order to fix compile error if using this header standalone, in unit
tests for example.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
crc32.h