X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0bb514502a1d80e9b023d0e8a379f3559798eec2..437035a75b2737d0b36886bc2bacaeb0219c6325:/client/util.h?ds=sidebyside

diff --git a/client/util.h b/client/util.h
index e3549c02..29dd7d5c 100644
--- a/client/util.h
+++ b/client/util.h
@@ -76,6 +76,11 @@
 #endif
 
 extern int ukbhit(void);
+#ifndef _WIN32
+extern char getch(void);
+#else
+#include <conio.h>
+#endif
 
 extern void AddLogLine(char *fileName, char *extData, char *c);
 extern void AddLogHex(char *fileName, char *extData, const uint8_t * data, const size_t len);