Index: srtp/crypto/replay/rdb.c |
diff --git a/srtp/crypto/replay/rdb.c b/srtp/crypto/replay/rdb.c |
index 5d204ec0e1aaca4a233ec4b98e455bfaeb7c3633..c84222fd0600bce5153ae71340029315efea3fd5 100644 |
--- a/srtp/crypto/replay/rdb.c |
+++ b/srtp/crypto/replay/rdb.c |
@@ -44,6 +44,10 @@ |
*/ |
+#ifdef HAVE_CONFIG_H |
+ #include <config.h> |
+#endif |
+ |
#include "rdb.h" |