port: FreeBSD has no ENODATA, alias it to ENOATTR
[lttng-tools.git] / src / common / error.c
index 11dbc90289806decc6507f11f94727ab9e0476a1..7ededdb734251e73e0a63a5dbf5705237cf9041e 100644 (file)
@@ -7,7 +7,6 @@
 
 #define _LGPL_SOURCE
 #include <assert.h>
-#include <errno.h>
 #include <inttypes.h>
 #include <pthread.h>
 #include <stdlib.h>
@@ -15,6 +14,7 @@
 
 #include <common/common.h>
 #include <common/thread.h>
+#include <common/compat/errno.h>
 #include <common/compat/getenv.h>
 #include <lttng/lttng-error.h>
 
This page took 0.023117 seconds and 4 git commands to generate.