port: FreeBSD has no ENODATA, alias it to ENOATTR
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.c
index 70e3d165835974479ebad8e08e5460adaa1fbeb2..cd6b53ee1d2232db570f51ba97ca712f6862b720 100644 (file)
@@ -6,13 +6,13 @@
  */
 
 #define _LGPL_SOURCE
-#include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 #include <inttypes.h>
 
+#include <common/compat/errno.h>
 #include <common/common.h>
 #include <common/consumer/consumer.h>
 #include <common/defaults.h>
This page took 0.022511 seconds and 4 git commands to generate.