Add new DA model names
[platform/core/connectivity/bluetooth-agent.git] / pb-agent / bluetooth_pb_vcard.c
index 365c1db..1b0cc34 100644 (file)
@@ -34,7 +34,6 @@
 #include <sys/stat.h>
 #include <contacts.h>
 #include <image_util.h>
-#include <image_util_internal.h>
 #include <libexif/exif-data.h>
 #include <unistd.h>
 
@@ -1679,7 +1678,7 @@ static gchar *__bluetooth_pb_vcard_real_contact_valist_v21(gint person_id,
        if (f == 0)
                f = ~f;
 
-       DBG("filter[%x]\n", filter);
+       DBG("filter[%llu]\n", (unsigned long long int)filter);
 
        str = g_string_new("BEGIN:VCARD\r\nVERSION:2.1\r\n");