mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
fix travis compile in linux
This commit is contained in:
parent
b74905f63b
commit
330868020b
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include "emv_pk.h"
|
#include "emv_pk.h"
|
||||||
#include "crypto.h"
|
#include "crypto.h"
|
||||||
#include <proxmark3.h>
|
#include "proxmark3.h"
|
||||||
|
|
||||||
/* For asprintf */
|
/* For asprintf */
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
@ -27,6 +27,7 @@
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#define BCD(c) (((c) >= '0' && (c) <= '9') ? ((c) - '0') : \
|
#define BCD(c) (((c) >= '0' && (c) <= '9') ? ((c) - '0') : \
|
||||||
-1)
|
-1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue