From 19e3df5c6a7b239b04966f5c736ace18e951eee1 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Wed, 16 Mar 2016 01:33:01 +0000 Subject: 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 --- third_party/srtp/crypto/include/crypto.h | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3