Fix build with moved header files.

This commit is contained in:
Ghislain MARY 2016-11-15 14:54:00 +01:00
parent 33b72ce6b5
commit 5c1d7a5fa3
3 changed files with 11 additions and 2 deletions

View file

@ -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"

View file

@ -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 */

View file

@ -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"