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

Unified Diff: srtp/crypto/kernel/err.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/kernel/err.c
diff --git a/srtp/crypto/kernel/err.c b/srtp/crypto/kernel/err.c
index 4a3a8589e990ab491ea2530db79c94e24da4a82c..8ab90a2feaa0d7d89d7e6f6b48e99f83d0133d07 100644
--- a/srtp/crypto/kernel/err.c
+++ b/srtp/crypto/kernel/err.c
@@ -42,6 +42,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include "err.h"
#ifdef ERR_REPORTING_SYSLOG

Powered by Google App Engine
This is Rietveld 408576698