X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7d159efe40eb000840e5dbc2274ff8d39f81cbc8..29f649c5cedbdf5243c27d9c91b88838d3c0495a:/client/util.c diff --git a/client/util.c b/client/util.c index 0d24ac8e..f70b5aed 100644 --- a/client/util.c +++ b/client/util.c @@ -12,6 +12,8 @@ #define MAX_BIN_BREAK_LENGTH (3072+384+1) #ifndef _WIN32 +#include + int ukbhit(void) { int cnt = 0; int error;