X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d716ca2fc1062c3c7f67cb52b0799df32adf6b0d..f364f712945fec98aa3f165b40f465bf18490156:/common/desfire.h?ds=inline

diff --git a/common/desfire.h b/common/desfire.h
index c163c5c5..a2b0599e 100644
--- a/common/desfire.h
+++ b/common/desfire.h
@@ -3,8 +3,8 @@
 
 #include <string.h>
 #include <stdarg.h>
-
 #include "aes.h"
+#include "mifare.h"
 
 #define MAX_CRYPTO_BLOCK_SIZE 16
 /* Mifare DESFire EV1 Application crypto operations */
@@ -110,8 +110,6 @@ enum DESFIRE_FILE_TYPES {
     MDFT_CYCLIC_RECORD_FILE_WITH_BACKUP = 0x04
 };
 
-
-
 enum DESFIRE_STATUS {
     OPERATION_OK 				= 0x00,
     NO_CHANGES 					= 0x0c,