fix bc_vfs header

This commit is contained in:
Ghislain MARY 2016-07-19 12:23:17 +02:00 committed by Sandrine Avakian
parent 64829432e4
commit 37a2fd43e6
8 changed files with 8 additions and 8 deletions

View file

@ -37,7 +37,7 @@
#include <linphonecore.h>
#include "linphonec.h"
#include <bctoolbox/bc_vfs.h>
#include <bctoolbox/vfs.h>
#ifdef _WIN32
#include <ws2tcpip.h>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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);

View file

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