Re-enable the bin-info and dward tests
[babeltrace.git] / tests / lib / test_bt_notification_heap.c
index a8c1a42b049e813b2c05e7f9905d8033e1bf1ee4..d4767b1b93f5e7b0401777079756373480e615c0 100644 (file)
@@ -20,9 +20,8 @@
  */
 
 #include "tap/tap.h"
-#include <stdbool.h>
 #include <stdlib.h>
-#include <babeltrace/compiler.h>
+#include <babeltrace/compiler-internal.h>
 #include <babeltrace/ref.h>
 #include <babeltrace/graph/notification-heap.h>
 #include <babeltrace/graph/notification.h>
@@ -71,7 +70,7 @@ error:
 }
 
 static
-bool compare_notifications(struct bt_notification *a, struct bt_notification *b,
+bt_bool compare_notifications(struct bt_notification *a, struct bt_notification *b,
                void *unused)
 {
        uint64_t val_a = ((struct dummy_notification *) a)->value;
This page took 0.037569 seconds and 4 git commands to generate.