linux patch by Wil

http://www.proxmark.org/forum/profile.php?id=1639
This commit is contained in:
Merlokbr@gmail.com 2011-06-07 14:30:07 +00:00
parent f397b5cc87
commit 873014de8a
4 changed files with 5 additions and 2 deletions

View file

@ -9,7 +9,7 @@
//-----------------------------------------------------------------------------
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include "mifarehost.h"

View file

@ -11,7 +11,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <conio.h>
#include "common.h"
#include "cmdmain.h"
#include "ui.h"

View file

@ -15,6 +15,8 @@
#include "util.h"
#ifdef __linux__
#include <termios.h>
#include <sys/ioctl.h>
int ukbhit(void)
{
int cnt = 0;

View file

@ -12,6 +12,8 @@
#ifndef __COMMON_H
#define __COMMON_H
#include <stdint.h>
//-----------------------------------------------------------------------------
// ISO 14443A
//-----------------------------------------------------------------------------