build fixes
[babeltrace.git] / include / babeltrace / plugin / plugin.h
index bf9aaed11843afe5e7601cb08283d36455bfb044..77204d9d76e5647bc055c81e488f2ae620a40e76 100644 (file)
@@ -69,7 +69,9 @@ enum bt_plugin_status {
 
        /** No error, okay. */
        BT_PLUGIN_STATUS_OK =           0,
-}
+};
+
+struct bt_plugin;
 
 /**
  * Get plug-in instance name.
This page took 0.023085 seconds and 4 git commands to generate.