mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
FIX: some compiler problems caused by PM3 master commit 4197a3f6ff
for Kali users.
discussed about in isssue ref: https://github.com/Proxmark/proxmark3/issues/218 *untested on icemanfork*
This commit is contained in:
parent
1b6cc9746e
commit
b87ad7964e
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length)
|
|||
*/
|
||||
|
||||
#elif defined(__linux__)
|
||||
|
||||
#define _DEFAULT_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue