X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace2%2Fbabeltrace.h;h=e2ea83cfbc855315d1b7e36ed1e66fcc8ffcf8d2;hp=fd0bb7fa68ae0a28cde561d586d157ae6f9279cb;hb=27c61ce8f6ee66d910507f8a40ae5497287c943e;hpb=00c988c958149f894567a1c41d480127425bfb3e diff --git a/include/babeltrace2/babeltrace.h b/include/babeltrace2/babeltrace.h index fd0bb7fa..e2ea83cf 100644 --- a/include/babeltrace2/babeltrace.h +++ b/include/babeltrace2/babeltrace.h @@ -95,6 +95,7 @@ #include #include #include +#include /* Component API */ #include @@ -169,8 +170,16 @@ #undef __BT_FUNC_STATUS_NOT_FOUND #undef __BT_FUNC_STATUS_OK #undef __BT_FUNC_STATUS_OVERFLOW_ERROR +#undef __BT_FUNC_STATUS_USER_ERROR #undef __BT_IN_BABELTRACE_H #undef __BT_UPCAST #undef __BT_UPCAST_CONST +#undef __BT_LOGGING_LEVEL_TRACE +#undef __BT_LOGGING_LEVEL_DEBUG +#undef __BT_LOGGING_LEVEL_INFO +#undef __BT_LOGGING_LEVEL_WARNING +#undef __BT_LOGGING_LEVEL_ERROR +#undef __BT_LOGGING_LEVEL_FATAL +#undef __BT_LOGGING_LEVEL_NONE #endif /* BABELTRACE2_BABELTRACE_H */