fix: string constants (-Wwrite-strings)
[lttng-ust.git] / libcounter / counter.c
index c98589db8329c7b16145a73e11db9dbdd57def7a..fae7266cde315364ff6ca1d61c47bc666e625392 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2020 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
-#define _GNU_SOURCE
 #include <errno.h>
 #include "counter.h"
 #include "counter-internal.h"
@@ -13,9 +12,9 @@
 #include <urcu/compiler.h>
 #include <stdbool.h>
 #include <ust-helper.h>
-#include <lttng/align.h>
 #include "smp.h"
 #include "shm.h"
+#include "ust-compat.h"
 
 #include "ust-bitmap.h"
 
This page took 0.024061 seconds and 4 git commands to generate.