add missing stdint header
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef _UTIL_H
|
||||
#define _UTIL_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void dump_hex(uint8_t * buf, int size);
|
||||
|
||||
|
Reference in New Issue
Block a user