mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2025-02-21 04:48:42 +01:00
crc: forgot an include
This commit is contained in:
parent
7d533f60cb
commit
682fe8aa1b
@ -1,6 +1,8 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "util/log.h"
|
||||
|
||||
uint8_t crc8(const void *ptr, size_t nbytes, uint8_t in)
|
||||
{
|
||||
const uint8_t *bytes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user