add missing stdint header

This commit is contained in:
Nicolas Stalder
2018-09-10 20:27:15 +00:00
parent 2439c4f176
commit 8ebb73614d
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#ifndef _UTIL_H
#define _UTIL_H
#include <stdint.h>
void dump_hex(uint8_t * buf, int size);