mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Fix some missing include statements which impact using proxmark3 client as a library.
This commit is contained in:
parent
62d0bbf62f
commit
faad338efe
3 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#define MAX_BIN_BREAK_LENGTH (3072+384+1)
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/ttydefaults.h>
|
||||
|
||||
int ukbhit(void) {
|
||||
int cnt = 0;
|
||||
int error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue