Use ENOMSG as fallback for ENODATA on freebsd
[lttng-ust.git] / tests / ust-multi-test / ust-multi-test.c
index 07cd815c486206a3b7ddf5bcbc1e9f070790fd1b..814e4517dc366295f2cf6bb990c5ac8374e3f919 100644 (file)
@@ -28,6 +28,8 @@
 #include <unistd.h>
 #include <sys/wait.h>
 #include <sys/types.h>
+#include <sys/time.h>
+#include <sys/resource.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/mman.h>
@@ -40,6 +42,7 @@
 #include <ust-comm.h>
 #include <../../libringbuffer/backend.h>
 #include <../../libringbuffer/frontend.h>
+#include "../../liblttng-ust/compat.h" /* For ENODATA */
 
 #define NR_SESSIONS    4
 #define NR_CHANNELS    1
This page took 0.023251 seconds and 4 git commands to generate.