Merge branch 'dev'
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index 5913f78d70a899fa78fd2409aded4f10723686b9..d1704dbf2e0f2b6fa75e400ee534e901970f91d1 100644 (file)
@@ -67,6 +67,7 @@
 #include "frontend.h"
 #include "shm.h"
 #include "tlsfixup.h"
+#include "../liblttng-ust/compat.h"    /* For ENODATA */
 
 #ifndef max
 #define max(a, b)      ((a) > (b) ? (a) : (b))
This page took 0.0225 seconds and 4 git commands to generate.