Upgrade bluez5_37 :Merge the code from private
[platform/upstream/bluez.git] / unit / test-hog.c
index 778f087..9f026e5 100644 (file)
@@ -37,7 +37,7 @@
 
 #include "attrib/gattrib.h"
 
-#include "android/hog.h"
+#include "profiles/input/hog-lib.h"
 
 struct test_pdu {
        bool valid;
@@ -187,7 +187,7 @@ static struct context *create_context(gconstpointer data)
 
        g_io_channel_set_close_on_unref(att_io, TRUE);
 
-       context->attrib = g_attrib_new(att_io, 23);
+       context->attrib = g_attrib_new(att_io, 23, false);
        g_assert(context->attrib);
 
        g_io_channel_unref(att_io);