Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: srtp/crypto/math/math.c

Issue 889083003: Update libsrtp to upstream 1.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Minimal changes against upstream 1.5.0 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: srtp/crypto/math/math.c
diff --git a/srtp/crypto/math/math.c b/srtp/crypto/math/math.c
index cf3194a7604a940c02a6f8dd12386521045e541a..4ef85a1332996422904314a5968eeed660258850 100644
--- a/srtp/crypto/math/math.c
+++ b/srtp/crypto/math/math.c
@@ -42,6 +42,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include "crypto_math.h"
int
« README.chromium ('K') | « srtp/crypto/math/gf2_8.c ('k') | srtp/crypto/math/stat.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698