mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Add missing includes
This commit is contained in:
parent
929b61c670
commit
ac37ee816b
3 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#ifndef COMMS_H__
|
||||
#define COMMS_H__
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "usb_cmd.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue