port: FreeBSD has no ENODATA, alias it to ENOATTR
[lttng-tools.git] / src / bin / lttng-sessiond / event.c
index 189236beb1171a05ba21e89b3ecb51216a7b5e47..d8abc60f5eeb0008ffdfbb87ecaf275c6e06edfe 100644 (file)
@@ -7,10 +7,10 @@
  */
 
 #define _LGPL_SOURCE
-#include <errno.h>
 #include <urcu/list.h>
 #include <string.h>
 
+#include <common/compat/errno.h>
 #include <lttng/lttng.h>
 #include <common/error.h>
 #include <common/sessiond-comm/sessiond-comm.h>
This page took 0.022821 seconds and 4 git commands to generate.