Remove fcntl wrapper
[lttng-tools.git] / tests / unit / test_unix_socket.cpp
index ea02c2ec2700ddcebc3b42f810fea9b7ab5b6a9a..e0af6e2969b4125417d0ec11d98659cac54ff32d 100644 (file)
@@ -5,7 +5,6 @@
  *
  */
 
-#include <common/compat/fcntl.hpp>
 #include <common/defaults.hpp>
 #include <common/error.hpp>
 #include <common/payload-view.hpp>
@@ -17,6 +16,7 @@
 #include <lttng/constant.h>
 
 #include <algorithm>
+#include <fcntl.h>
 #include <pthread.h>
 #include <stdbool.h>
 #include <stdio.h>
This page took 0.024404 seconds and 4 git commands to generate.