diff --git a/common/card_common.h b/common/card_common.h index 8946a8807d83ff2ded349f753207e459e9e1aa6e..db7e0a228846bd84e5855113e170bcf2dffa3698 100644 --- a/common/card_common.h +++ b/common/card_common.h @@ -1,4 +1,4 @@ -#include <../common/sha1/sha1.h> +#include "../common/sha1/sha1.h" typedef uint8_t SALT[32]; typedef uint8_t KEY[64]; typedef sha1_hash_t HASH;