Index: srtp/crypto/test/sha1_driver.c |
diff --git a/srtp/crypto/test/sha1_driver.c b/srtp/crypto/test/sha1_driver.c |
index 6036022e93c9b2d4c76a1dcfb939e9d086cca38b..6adfad178c387923f4da2c5f9e36992e1f4587bd 100644 |
--- a/srtp/crypto/test/sha1_driver.c |
+++ b/srtp/crypto/test/sha1_driver.c |
@@ -43,8 +43,14 @@ |
* |
*/ |
+#ifdef HAVE_CONFIG_H |
+ #include <config.h> |
+#endif |
+ |
#include <stdio.h> |
+#include <string.h> |
#include "sha1.h" |
+#include "datatypes.h" |
#define SHA_PASS 0 |
#define SHA_FAIL 1 |