Unfortunately, we had two files named oid.h - one in the main repo, and one in the tf-psa-crypto repo, and these files included the mbedtls one, so I restored the header include
Signed-off-by: Anton Matkin <anton.matkin@arm.com>
diff --git a/library/pkcs7.c b/library/pkcs7.c
index 57b4e96..3481cbd 100644
--- a/library/pkcs7.c
+++ b/library/pkcs7.c
@@ -9,7 +9,7 @@
#include "mbedtls/asn1.h"
#include "mbedtls/x509_crt.h"
#include "mbedtls/x509_crl.h"
-#include "mbedtls/private/oid.h"
+#include "mbedtls/oid.h"
#include "x509_oid.h"
#include "mbedtls/error.h"