summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2016-03-16 01:33:01 +0000
committerLiong Sauw Ming <ming@teluu.com>2016-03-16 01:33:01 +0000
commit19e3df5c6a7b239b04966f5c736ace18e951eee1 (patch)
tree1d8951f6390231f125cb14f45db1139fde513383
parent26d978a556ae9099f6610ace9834991636e4a71b (diff)
Re #1847: Fixed build error in Android due to the presence of another identically-named header err.h
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5262 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--third_party/srtp/crypto/include/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/srtp/crypto/include/crypto.h b/third_party/srtp/crypto/include/crypto.h
index ab6f6bef..797ad8cc 100644
--- a/third_party/srtp/crypto/include/crypto.h
+++ b/third_party/srtp/crypto/include/crypto.h
@@ -46,6 +46,8 @@
#ifndef CRYPTO_H
#define CRYPTO_H
+#include "err.h"
+
/**
* @brief A cipher_type_id_t is an identifier for a particular cipher
* type.