port: FreeBSD has no ENODATA, alias it to ENOATTR
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
index 3f1ab9fdc4bb8f17abe91345355b11f3263d61e2..60e820bd25e4a1089a0854b3bd771ce4f9a85bf6 100644 (file)
 #define _LGPL_SOURCE
 #include <assert.h>
 #include <grp.h>
-#include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 
 #include <common/common.h>
+#include <common/compat/errno.h>
 #include <common/compat/string.h>
 #include <common/defaults.h>
 #include <common/dynamic-buffer.h>
This page took 0.023239 seconds and 4 git commands to generate.