Include bn/internal.h for non-bcm.c builds.

Change-Id: Ica2248a0c7f90b3cc13dfea79c95277313c4eb58
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/45424
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/crypto/fipsmodule/dh/dh.c b/crypto/fipsmodule/dh/dh.c
index 2d0af21..ab596e9 100644
--- a/crypto/fipsmodule/dh/dh.c
+++ b/crypto/fipsmodule/dh/dh.c
@@ -65,6 +65,7 @@
 #include <openssl/thread.h>
 
 #include "../../internal.h"
+#include "../bn/internal.h"
 
 
 #define OPENSSL_DH_MAX_MODULUS_BITS 10000