Fix some missing include statements which impact using proxmark3 client as a library.

This commit is contained in:
Michael Farrell 2016-12-23 17:35:50 +10:00
commit faad338efe
3 changed files with 4 additions and 0 deletions

View file

@ -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;