Split and move compat.h to 'common/compat/'
[lttng-ust.git] / src / common / ringbuffer / ring_buffer_frontend.c
index 9074dbcb3a41bde88316dcf107103a76d5f3d50c..d08fab758f1faada9b056df76d0f9956f730e89b 100644 (file)
@@ -62,7 +62,7 @@
 #include "frontend.h"
 #include "shm.h"
 #include "rb-init.h"
-#include "liblttng-ust/compat.h"       /* For ENODATA */
+#include "common/compat/errno.h"       /* For ENODATA */
 
 /* Print DBG() messages about events lost only every 1048576 hits */
 #define DBG_PRINT_NR_LOST      (1UL << 20)
This page took 0.023246 seconds and 4 git commands to generate.