mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
Add missing include for Linux
This commit is contained in:
parent
a8e120480b
commit
ec87092aa4
1 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "ui.h"
|
||||
#include "util.h"
|
||||
#include "cmdhw.h"
|
||||
|
||||
|
@ -24,7 +25,9 @@
|
|||
#include <winscard.h>
|
||||
#endif
|
||||
|
||||
#include "ui.h"
|
||||
#ifdef __linux__
|
||||
#include "reader.h"
|
||||
#endif
|
||||
|
||||
static SCARDCONTEXT SC_Context;
|
||||
static SCARDHANDLE SC_Card;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue