sessiond: kernel triggers: add infrastructure to create event notifiers
[lttng-tools.git] / tests / utils / utils.c
index 46ec61cd092397ea42fb3adbb63e78186de7d20b..d54c6cc99e668965d23349dc40ec11194cf41023 100644 (file)
@@ -8,7 +8,6 @@
 #include <assert.h>
 #include <common/compat/time.h>
 #include <common/time.h>
-#include <errno.h>
 #include <fcntl.h>
 #include <poll.h>
 #include <stdbool.h>
@@ -19,6 +18,8 @@
 #include <sys/types.h>
 #include <unistd.h>
 
+#include <common/compat/errno.h>
+
 #include "utils.h"
 
 static inline
This page took 0.022333 seconds and 4 git commands to generate.