port: FreeBSD has no ENODATA, alias it to ENOATTR
[lttng-tools.git] / src / bin / lttng-sessiond / fd-limit.c
index 626b4662c32c67a97252b248824d3d67666354bd..973f7d74aa2acd76f4aaef764f11807cb461676b 100644 (file)
@@ -9,10 +9,10 @@
 #include <urcu/uatomic.h>
 #include <sys/time.h>
 #include <sys/resource.h>
-#include <errno.h>
 #include <stdio.h>
 #include "fd-limit.h"
 #include <common/error.h>
+#include <common/compat/errno.h>
 
 /* total count of fd. */
 static long fd_count;
This page took 0.022564 seconds and 4 git commands to generate.