From b40f126e42d73b9250ced6736f9763a02dfbd052 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Sun, 11 Dec 2016 03:56:16 -0500 Subject: [PATCH] Clean-up: Add missing forward declaration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/babeltrace/plugin/notification/packet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/babeltrace/plugin/notification/packet.h b/include/babeltrace/plugin/notification/packet.h index 2a8281b55..dd5bc9099 100644 --- a/include/babeltrace/plugin/notification/packet.h +++ b/include/babeltrace/plugin/notification/packet.h @@ -33,6 +33,8 @@ extern "C" { #endif +struct bt_ctf_packet; + /*** BT_NOTIFICATION_TYPE_PACKET_START ***/ struct bt_notification *bt_notification_packet_start_create( struct bt_ctf_packet *packet); -- 2.34.1