X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/35147d51e3961db75a852368fffa31006da90199..bd09006a8c21bea8d185018aff73c0214d15dcc7:/armsrc/desfire_crypto.h

diff --git a/armsrc/desfire_crypto.h b/armsrc/desfire_crypto.h
index d580ccc8..7be85bfb 100644
--- a/armsrc/desfire_crypto.h
+++ b/armsrc/desfire_crypto.h
@@ -1,15 +1,19 @@
 #ifndef __DESFIRE_CRYPTO_H
 #define __DESFIRE_CRYPTO_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <string.h>
-#include <strings.h>
-#include <stdarg.h>
+//#include "apps.h"
+#include "crc32.h"
 #include "printf.h"
-
+#include "desfire.h"
 #include "iso14443a.h"
-#include "../common/desfire.h"
-#include "des.h"
-//#include "aes.h"
 
+#ifdef __cplusplus
+}
+#endif
 
 #endif