Remove fcntl wrapper
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.cpp
index b0aa99ec1ce25ffc45242b4ffcc0cd6acf0375da..7e8de03f6b1380ca46eaf31c02ce5682b5f20e81 100644 (file)
@@ -13,7 +13,6 @@
 #include <common/buffer-view.hpp>
 #include <common/common.hpp>
 #include <common/compat/endian.hpp>
-#include <common/compat/fcntl.hpp>
 #include <common/consumer/consumer-stream.hpp>
 #include <common/consumer/consumer-timer.hpp>
 #include <common/consumer/consumer.hpp>
@@ -29,6 +28,7 @@
 #include <common/utils.hpp>
 
 #include <bin/lttng-consumerd/health-consumerd.hpp>
+#include <fcntl.h>
 #include <inttypes.h>
 #include <poll.h>
 #include <pthread.h>
This page took 0.023988 seconds and 4 git commands to generate.