forked from mirrors/linphone-iphone
fix bc_vfs header
This commit is contained in:
parent
64829432e4
commit
37a2fd43e6
8 changed files with 8 additions and 8 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include <linphonecore.h>
|
||||
|
||||
#include "linphonec.h"
|
||||
#include <bctoolbox/bc_vfs.h>
|
||||
#include <bctoolbox/vfs.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <ws2tcpip.h>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#define MAX_LEN 16384
|
||||
|
||||
#include "linphonecore.h"
|
||||
#include "bctoolbox/bc_vfs.h"
|
||||
#include "bctoolbox/vfs.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#include "vcard.h"
|
||||
|
||||
#include <bctoolbox/port.h>
|
||||
#include <bctoolbox/bc_vfs.h>
|
||||
#include <bctoolbox/vfs.h>
|
||||
#include <belle-sip/object.h>
|
||||
#include <belle-sip/dict.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <bctoolbox/bc_vfs.h>
|
||||
#include <bctoolbox/vfs.h>
|
||||
|
||||
#include "sqlite3.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
*/
|
||||
|
||||
#include "linphone.h"
|
||||
#include <bctoolbox/bc_vfs.h>
|
||||
#include <bctoolbox/vfs.h>
|
||||
|
||||
#define CONFIG_FILE ".linphone-call-history.db"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
*/
|
||||
|
||||
#include "linphone.h"
|
||||
#include <bctoolbox/bc_vfs.h>
|
||||
#include <bctoolbox/vfs.h>
|
||||
|
||||
#ifdef HAVE_GTK_OSX
|
||||
#include <gtkosxapplication.h>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
*/
|
||||
|
||||
#include "linphone.h"
|
||||
#include <bctoolbox/bc_vfs.h>
|
||||
#include <bctoolbox/vfs.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
static GtkWidget *linphone_gtk_create_contact_menu(GtkWidget *contact_list);
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "linphone.h"
|
||||
#include "lpconfig.h"
|
||||
#include "liblinphone_gitversion.h"
|
||||
#include <bctoolbox/bc_vfs.h>
|
||||
#include <bctoolbox/vfs.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue