X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fchannel.cpp;h=efdc38dcc35ced97148d12857d767c013f242666;hb=8466f0713f871bcbad5d5f6d0d6a291cb441e3df;hp=cde53130d3f091245f1bc7e380b0d77834b14ae4;hpb=28ab034a2c3582d07d3423d2d746731f87d3969f;p=lttng-tools.git diff --git a/src/common/channel.cpp b/src/common/channel.cpp index cde53130d..efdc38dcc 100644 --- a/src/common/channel.cpp +++ b/src/common/channel.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include #include @@ -65,7 +66,7 @@ end: /* * The channel object is NOT populated. */ -struct lttng_channel *lttng_channel_create_internal(void) +struct lttng_channel *lttng_channel_create_internal() { struct lttng_channel *local_channel = nullptr, *ret = nullptr; struct lttng_channel_extended *extended = nullptr;