X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=common%2Fcommon.c;h=f2fd0b82d62f8ca859a0dbd6c34e46ae8633ae48;hb=d9676d8c5afce3c35d282fb5053a9bbc7427526b;hp=68f537ba0187c08f0f5bfc89fdf83df6babe8d20;hpb=2f69c7e71eff0b5b313a6737f8744605e7a6ce7f;p=babeltrace.git diff --git a/common/common.c b/common/common.c index 68f537ba..f2fd0b82 100644 --- a/common/common.c +++ b/common/common.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include #include @@ -39,17 +39,17 @@ #include #include #include -#include -#include -#include +#include +#include +#include #ifndef __MINGW32__ #include #endif -#define SYSTEM_PLUGIN_PATH INSTALL_LIBDIR "/babeltrace/plugins" +#define SYSTEM_PLUGIN_PATH INSTALL_LIBDIR "/babeltrace2/plugins" #define HOME_ENV_VAR "HOME" -#define HOME_PLUGIN_SUBPATH "/.local/lib/babeltrace/plugins" +#define HOME_PLUGIN_SUBPATH "/.local/lib/babeltrace2/plugins" static const char *bt_common_color_code_reset = ""; static const char *bt_common_color_code_bold = "";