Include platform.h in hmac_drbg.c and md.c

Include platform.h to find MBEDTLS_ERR_PLATFORM_FAULT_DETECTED.
diff --git a/library/hmac_drbg.c b/library/hmac_drbg.c
index 2ebdac0..2b79ee5 100644
--- a/library/hmac_drbg.c
+++ b/library/hmac_drbg.c
@@ -34,6 +34,7 @@
 #if defined(MBEDTLS_HMAC_DRBG_C)
 
 #include "mbedtls/hmac_drbg.h"
+#include "mbedtls/platform.h"
 #include "mbedtls/platform_util.h"
 
 #include <string.h>