Merge branch 'master' into dev
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index 6d4a21bac101d0cfbc2809c4fce3a8489cdc1b41..728cbf9b72665036ccc0e275b9249cb00e591a01 100644 (file)
@@ -54,6 +54,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.024817 seconds and 4 git commands to generate.