From b87ad7964edcba3651f27a846a814358084478a7 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 26 Feb 2017 21:30:47 +0100 Subject: [PATCH] FIX: some compiler problems caused by PM3 master commit https://github.com/Proxmark/proxmark3/commit/4197a3f6ff9420673cc2eeaeb3eeedeb4a9c0dc9 for Kali users. discussed about in isssue ref: https://github.com/Proxmark/proxmark3/issues/218 *untested on icemanfork* --- client/whereami.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/whereami.c b/client/whereami.c index 8f4c7191..48e87c7f 100644 --- a/client/whereami.c +++ b/client/whereami.c @@ -160,7 +160,7 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length) */ #elif defined(__linux__) - +#define _DEFAULT_SOURCE #include #include #include -- 2.39.2