Fix include file path

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
diff --git a/library/hash_info.c b/library/hash_info.c
index 19afae8..366ca3f 100644
--- a/library/hash_info.c
+++ b/library/hash_info.c
@@ -22,7 +22,7 @@
 
 #include "hash_info.h"
 #include "legacy_or_psa.h"
-#include "error.h"
+#include "mbedtls/error.h"
 
 typedef struct
 {