Index: srtp/crypto/hash/sha1.c |
diff --git a/srtp/crypto/hash/sha1.c b/srtp/crypto/hash/sha1.c |
index b9a8d10509820af29f5121321cf8a9966883a35e..c200437b72a9f4b7644a4e13481b49a72112077c 100644 |
--- a/srtp/crypto/hash/sha1.c |
+++ b/srtp/crypto/hash/sha1.c |
@@ -44,6 +44,9 @@ |
* |
*/ |
+#ifdef HAVE_CONFIG_H |
+ #include <config.h> |
+#endif |
#include "sha1.h" |