Merge branch 'master' into dev
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index 0996ecefc0313ff5ef8b955ce7dffd3a6a793849..28e959bae215641bd6e149e580802e5242aab61d 100644 (file)
@@ -53,6 +53,7 @@
 #include "backend.h"
 #include "frontend.h"
 #include "shm.h"
+#include "../liblttng-ust/compat.h"    /* For ENODATA */
 
 #ifndef max
 #define max(a, b)      ((a) > (b) ? (a) : (b))
This page took 0.03023 seconds and 4 git commands to generate.