Remove fcntl wrapper
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.cpp
index 48a01a352e7f5ccd268ac13f4120e2c9ba473f62..6274cdcc5341bdfa62bdcca12e8f8c945bb50007 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <common/common.hpp>
 #include <common/compat/endian.hpp>
-#include <common/compat/fcntl.hpp>
 #include <common/consumer/consumer-metadata-cache.hpp>
 #include <common/consumer/consumer-stream.hpp>
 #include <common/consumer/consumer-timer.hpp>
@@ -29,6 +28,7 @@
 #include <lttng/ust-sigbus.h>
 
 #include <bin/lttng-consumerd/health-consumerd.hpp>
+#include <fcntl.h>
 #include <inttypes.h>
 #include <poll.h>
 #include <pthread.h>
This page took 0.023015 seconds and 4 git commands to generate.