mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
fix for Kali Linux users (Issue #218)
This commit is contained in:
parent
5a6a7affc5
commit
a9d08ed0d5
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined(__linux__)
|
||||
// make realpath() available:
|
||||
#define _DEFAULT_SOURCE
|
||||
#endif
|
||||
|
||||
#if !defined(WAI_MALLOC) || !defined(WAI_FREE) || !defined(WAI_REALLOC)
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue