X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fref-internal.hpp;h=a02ae4cdc1229a627226e74991cebb49887b4820;hp=13c1a69eedb89ee9e8191f0a337a88b17721cc49;hb=HEAD;hpb=28f23191dcbf047429d51950a337a57d7a3f866a diff --git a/include/lttng/ref-internal.hpp b/include/lttng/ref-internal.hpp index 13c1a69ee..8416d6bcf 100644 --- a/include/lttng/ref-internal.hpp +++ b/include/lttng/ref-internal.hpp @@ -1,6 +1,3 @@ -#ifndef LTTNG_REF_INTERNAL_H -#define LTTNG_REF_INTERNAL_H - /* * LTTng - Non thread-safe reference counting * @@ -10,6 +7,13 @@ * */ +#ifndef LTTNG_REF_INTERNAL_H +#define LTTNG_REF_INTERNAL_H + +#include + +#include + using lttng_release_func = void (*)(void *); struct lttng_ref {