From b0d405fb3044fe3748a4eab8d87c8e5995cf5ff5 Mon Sep 17 00:00:00 2001
From: Philipp Claves <pclaves@web.de>
Date: Wed, 21 Dec 2011 21:34:51 +0100
Subject: [PATCH] ATMegaCard: Fix #inlude path

---
 common/card_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/card_common.h b/common/card_common.h
index 8946a88..db7e0a2 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;
-- 
GitLab