X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libcounter%2Fcounter.c;h=fae7266cde315364ff6ca1d61c47bc666e625392;hb=c53279a3e7796da67c5ad8d5e5657bf03def2dcb;hp=91506faf084fcbdf253855f35ff34e50b0017924;hpb=41d6c53d7f72e279ac5b0e6490a5be37e460c4c0;p=lttng-ust.git diff --git a/libcounter/counter.c b/libcounter/counter.c index 91506faf..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 #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) {