X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fgraph.h;h=bb3d84cbd1322daca2686185b1723890c55ddb18;hb=9d408fcae74602e3591f66623ceb85f482d948ed;hp=f85597845e718d871b30772a377b10fb565927aa;hpb=79c39ab98539857548234abddaa7f728cf27a45f;p=babeltrace.git diff --git a/include/babeltrace/graph/graph.h b/include/babeltrace/graph/graph.h index f8559784..bb3d84cb 100644 --- a/include/babeltrace/graph/graph.h +++ b/include/babeltrace/graph/graph.h @@ -27,7 +27,7 @@ * SOFTWARE. */ -#include +/* For bt_bool */ #include #ifdef __cplusplus @@ -36,6 +36,8 @@ extern "C" { struct bt_port; struct bt_connection; +struct bt_component; +struct bt_component_class; enum bt_graph_status { BT_GRAPH_STATUS_COMPONENT_REFUSES_PORT_CONNECTION = 111,