Index: srtp/crypto/test/rand_gen.c |
diff --git a/srtp/crypto/test/rand_gen.c b/srtp/crypto/test/rand_gen.c |
index ccea097f266658868319332175717d4500e2f82b..8bb8b88d86dedb2766630c18d0f197e7f035a6f5 100644 |
--- a/srtp/crypto/test/rand_gen.c |
+++ b/srtp/crypto/test/rand_gen.c |
@@ -43,6 +43,10 @@ |
*/ |
+#ifdef HAVE_CONFIG_H |
+ #include <config.h> |
+#endif |
+ |
#include <stdio.h> /* for printf() */ |
#include <unistd.h> /* for getopt() */ |
#include "crypto_kernel.h" |