X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libcounter%2Fcounter.c;h=fae7266cde315364ff6ca1d61c47bc666e625392;hb=eeef0055aa1d2bff2fbde680b88b3a61fc6b98b9;hp=ca25bda6c80c69f3e3cbc42b2bdaa8d2255c20a9;hpb=864a1eda22ed99266509ac76451c6f27f91aa17e;p=lttng-ust.git diff --git a/libcounter/counter.c b/libcounter/counter.c index ca25bda6..fae7266c 100644 --- a/libcounter/counter.c +++ b/libcounter/counter.c @@ -5,18 +5,18 @@ * Copyright (C) 2020 Mathieu Desnoyers */ -#define _GNU_SOURCE #include #include "counter.h" #include "counter-internal.h" -#include #include #include #include #include -#include #include "smp.h" #include "shm.h" +#include "ust-compat.h" + +#include "ust-bitmap.h" static size_t lttng_counter_get_dimension_nr_elements(struct lib_counter_dimension *dimension) {