From: iceman1001 Date: Sun, 26 Feb 2017 20:30:47 +0000 (+0100) Subject: FIX: some compiler problems caused by PM3 master commit https://github.com/Proxmark... X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/b87ad7964edcba3651f27a846a814358084478a7 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* --- 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