X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-iterator.h;h=bd58398cf61d90672448182420cd47c550e80c08;hb=c8db321922f3730c70628a5e452baf8a046e70fd;hp=48f9316f15272cfc755e3ac04b65aaa6cc6df851;hpb=e2f7325d1e58710ee928373592adcee466f93d06;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-iterator.h b/include/babeltrace/graph/notification-iterator.h index 48f9316f..bd58398c 100644 --- a/include/babeltrace/graph/notification-iterator.h +++ b/include/babeltrace/graph/notification-iterator.h @@ -24,13 +24,13 @@ * SOFTWARE. */ +/* For bt_notification, bt_notification_iterator */ +#include + #ifdef __cplusplus extern "C" { #endif -struct bt_notification; -struct bt_notification_iterator; - enum bt_notification_iterator_status { BT_NOTIFICATION_ITERATOR_STATUS_OK = 0, BT_NOTIFICATION_ITERATOR_STATUS_END = 1,