]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: some compiler problems caused by PM3 master commit https://github.com/Proxmark...
authoriceman1001 <iceman@iuse.se>
Sun, 26 Feb 2017 20:30:47 +0000 (21:30 +0100)
committericeman1001 <iceman@iuse.se>
Sun, 26 Feb 2017 20:30:47 +0000 (21:30 +0100)
discussed about in isssue ref: https://github.com/Proxmark/proxmark3/issues/218

*untested on icemanfork*

client/whereami.c

index 8f4c71916ca279dd8a0b65d006497904b422b77c..48e87c7fad35fd5547eccac857dc4b37f08a0627 100644 (file)
@@ -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>
Impressum, Datenschutz