mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
Fix build with moved header files.
This commit is contained in:
parent
33b72ce6b5
commit
5c1d7a5fa3
3 changed files with 11 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "vcard.h"
|
||||
#include "vcard_private.h"
|
||||
#include "belcard/belcard.hpp"
|
||||
#include "belcard/belcard_parser.hpp"
|
||||
#include "sal/sal.h"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
|
||||
#include "linphone/vcard.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The LinphoneVcardContext object.
|
||||
*/
|
||||
|
|
@ -94,4 +99,8 @@ bool_t linphone_vcard_compare_md5_hash(LinphoneVcard *vCard);
|
|||
|
||||
void linphone_vcard_clean_cache(LinphoneVcard *vCard);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* LINPHONE_VCARD_PRIVATE_H */
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
*/
|
||||
|
||||
#include "linphone.h"
|
||||
#include "linphone_tunnel.h"
|
||||
#include "linphone/tunnel.h"
|
||||
#include "linphone/lpconfig.h"
|
||||
#include "config.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue